From: Florian Fainelli Date: Wed, 20 Jun 2007 08:41:36 +0000 (+0000) Subject: Fix pmacct compilation (#1879) X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=6dff186600fbe9b25d96236608470a4bd0e09d8e;p=openwrt%2Fsvn-archive%2Fpackages.git Fix pmacct compilation (#1879) SVN-Revision: 7677 --- diff --git a/net/pmacct/Makefile b/net/pmacct/Makefile index b597cf387..6ebbbe2a8 100644 --- a/net/pmacct/Makefile +++ b/net/pmacct/Makefile @@ -100,7 +100,7 @@ $(PKG_BUILD_DIR)/nfacctd$(1) $(PKG_BUILD_DIR)/pmacctd$(1): $(PKG_BUILD_DIR)/.con $(2) \ ,\ LIBS="-lz" \ - , + ,,\ ); $(MAKE) -C $(PKG_BUILD_DIR) \ CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/include" \