diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-07-24 23:49:35 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-07-24 23:49:35 +0000 |
commit | a1c8eb1a31bee15c0beda9d002fe0ce1ada5623f (patch) | |
tree | 55d5427a346d31b4fc42c40860f95f9c49596df1 /package/parprouted/Makefile | |
parent | d0e8996ea772c45927f430cf4615b1ceb1fccec4 (diff) |
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
Diffstat (limited to 'package/parprouted/Makefile')
-rw-r--r-- | package/parprouted/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 $@ |