]> git.ipfire.org Git - thirdparty/iw.git/commitdiff
remove NLVERSION from Makefile
authorJohannes Berg <johannes.berg@intel.com>
Thu, 17 Nov 2011 16:28:56 +0000 (17:28 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 17 Nov 2011 16:28:56 +0000 (17:28 +0100)
It's unused and causes errors with older pkg-config.

Makefile

index 3393d15f4276bdda42f2785aad42109824c5f7c8..5747b5af720f79ba686bac121fe3e9f0c5082092 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -66,7 +66,6 @@ endif
 
 LIBS += $(shell $(PKG_CONFIG) --libs $(NLLIBNAME))
 CFLAGS += $(shell $(PKG_CONFIG) --cflags $(NLLIBNAME))
-NLVERSION :=$(shell $(PKG_CONFIG) --print-provides $(NLLIBNAME))
 
 ifeq ($(V),1)
 Q=