From: Nicolas Thill Date: Sun, 24 Jul 2005 23:49:35 +0000 (+0000) Subject: don't build stripped executable, let sstrip do its job X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=325868a6b5a261f0acba74a3692d0dc14fb34f4c;p=15.05%2Fopenwrt.git don't build stripped executable, let sstrip do its job git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1544 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/openwrt/package/parprouted/Makefile b/openwrt/package/parprouted/Makefile index fc37e100fa..a06a15251d 100644 --- a/openwrt/package/parprouted/Makefile +++ b/openwrt/package/parprouted/Makefile @@ -22,7 +22,7 @@ $(PKG_BUILD_DIR)/.configured: $(PKG_BUILD_DIR)/.built: $(MAKE) -C $(PKG_BUILD_DIR) \ - CC="$(TARGET_CC)" CFLAGS="$(TARGET_CFLAGS)" \ + CC="$(TARGET_CC)" CFLAGS="$(TARGET_CFLAGS)" LDFLAGS="" \ all touch $@