From 782c43371828425129b65a8d400d9ab4175f6203 Mon Sep 17 00:00:00 2001 From: nico Date: Sun, 24 Jul 2005 23:49:35 +0000 Subject: 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 --- openwrt/package/parprouted/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openwrt/package') diff --git a/openwrt/package/parprouted/Makefile b/openwrt/package/parprouted/Makefile index fc37e100f..a06a15251 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 $@ -- cgit v1.2.3