summaryrefslogtreecommitdiffstats
path: root/package/ncftp
diff options
context:
space:
mode:
authorUlf Samuelsson2007-08-21 03:53:57 +0200
committerUlf Samuelsson2007-08-21 03:53:57 +0200
commite4ead9c13ccad1b89743fdd46e8675f45758aec3 (patch)
tree43202589730a8ecf12f01a429155e78be49ee76f /package/ncftp
parentReintroduce possibility to use old makefile for tiny-x as a test (diff)
downloadbuildroot-e4ead9c13ccad1b89743fdd46e8675f45758aec3.tar.gz
buildroot-e4ead9c13ccad1b89743fdd46e8675f45758aec3.tar.xz
buildroot-e4ead9c13ccad1b89743fdd46e8675f45758aec3.zip
Remove switches if sstrip is run
Diffstat (limited to 'package/ncftp')
-rw-r--r--package/ncftp/ncftp.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ncftp/ncftp.mk b/package/ncftp/ncftp.mk
index 62c55c95d..e8eaac1a2 100644
--- a/package/ncftp/ncftp.mk
+++ b/package/ncftp/ncftp.mk
@@ -41,7 +41,7 @@ $(NCFTP_DIR)/bin/%: $(NCFTP_DIR)/.configured
$(TARGET_DIR)/usr/bin/ncftp $(TARGET_DIR)/usr/bin/ncftp%: $(addprefix $(NCFTP_DIR)/bin/, $(NCFTP_TARGET_BINS))
$(INSTALL) -m 0755 $(NCFTP_DIR)/bin/$(notdir $@) $(TARGET_DIR)/usr/bin
- $(STRIP) -s $@
+ $(STRIP) $(STRIP_STRIP_ALL) $@
ncftp: uclibc $(addprefix $(TARGET_DIR)/usr/bin/, $(NCFTP_TARGET_BINS))