summaryrefslogtreecommitdiffstats
path: root/rules/pdksh.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2003-07-08 08:42:21 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2003-07-08 08:42:21 +0000
commit8c1b9d796b691f00f69b4038bb716ca18794c595 (patch)
tree0afcaa1ebade1dbceb09d12cd5646dd351759656 /rules/pdksh.make
parent42423b138ee436566103e7d28285bfcfc0bdba3c (diff)
downloadptxdist-8c1b9d796b691f00f69b4038bb716ca18794c595.tar.gz
ptxdist-8c1b9d796b691f00f69b4038bb716ca18794c595.tar.xz
removed -S flag from crosstrip as global symbol table is not needed for
userland programs. patch by -kub git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunk@59 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/pdksh.make')
-rw-r--r--rules/pdksh.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/pdksh.make b/rules/pdksh.make
index 9388f9715..f4cae824e 100644
--- a/rules/pdksh.make
+++ b/rules/pdksh.make
@@ -1,5 +1,5 @@
# -*-makefile-*-
-# $Id: pdksh.make,v 1.4 2003/07/08 08:38:25 robert Exp $
+# $Id: pdksh.make,v 1.5 2003/07/08 08:42:21 robert Exp $
#
# (c) 2003 by Auerswald GmbH & Co. KG, Schandelah, Germany
# (c) 2003 by Pengutronix e.K., Hildesheim, Germany
@@ -156,7 +156,7 @@ pdksh_targetinstall: $(STATEDIR)/pdksh.targetinstall
$(STATEDIR)/pdksh.targetinstall: $(STATEDIR)/pdksh.install
@$(call targetinfo, pdksh.targetinstall)
- $(CROSSSTRIP) -S $(PDKSH_DIR)/ksh
+ $(CROSSSTRIP) $(PDKSH_DIR)/ksh
cp $(PDKSH_DIR)/ksh $(ROOTDIR)/bin
touch $@