From: nico Date: Sun, 24 Jul 2005 23:49:35 +0000 (+0000) Subject: don't build stripped executable, let sstrip do its job X-Git-Url: https://git.rohieb.name/openwrt.git/commitdiff_plain/a1c8eb1a31bee15c0beda9d002fe0ce1ada5623f?ds=sidebyside 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 fc37e100f..a06a15251 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 $@