diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-07-24 23:49:35 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-07-24 23:49:35 +0000 |
commit | 444e18761e110ee6d920c0796888fd8e1c52c966 (patch) | |
tree | 166616a3af34f918e2aafb2eb4fa976c8a81f8a9 /openwrt/package/parprouted/Makefile | |
parent | 567502494a6c6586eb6ff3c2aff9b31d5582fd10 (diff) | |
download | mtk-20170518-444e18761e110ee6d920c0796888fd8e1c52c966.zip mtk-20170518-444e18761e110ee6d920c0796888fd8e1c52c966.tar.gz mtk-20170518-444e18761e110ee6d920c0796888fd8e1c52c966.tar.bz2 |
don't build stripped executable, let sstrip do its job
SVN-Revision: 1544
Diffstat (limited to 'openwrt/package/parprouted/Makefile')
-rw-r--r-- | openwrt/package/parprouted/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/parprouted/Makefile b/openwrt/package/parprouted/Makefile index fc37e10..a06a152 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 $@ |