From 72c4663ef3da7eea881603199d1f14aa2f765710 Mon Sep 17 00:00:00 2001 From: florian Date: Wed, 20 Jun 2007 08:41:36 +0000 Subject: [PATCH] Fix pmacct compilation (#1879) git-svn-id: svn://svn.openwrt.org/openwrt/packages@7677 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/pmacct/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" \