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=a22edb2bdb8f8208110831f0e2a740e4327a40de;p=15.05%2Fopenwrt.git don't build stripped executable, let sstrip do its job git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1544 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/parprouted/Makefile b/package/parprouted/Makefile index fc37e100fa..a06a15251d 100644 --- a/package/parprouted/Makefile +++ b/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 $@