fixed bug #462474
[fw/sdcc] / as / Makefile
index f50fd1348ffa981b3f69e1b7e9d478db6f3be57e..65ec66587c3355b326b523f63760844a0b329b31 100644 (file)
@@ -9,9 +9,9 @@ all:
 
 install: all install-doc
        $(INSTALL) $(PRJDIR)/bin/as-z80 `echo $(bindir)/as-z80|sed '$(transform)'`
-       $(STRIP) -s `echo $(bindir)/as-z80|sed '$(transform)'`
+       $(STRIP) `echo $(bindir)/as-z80|sed '$(transform)'`
        $(INSTALL) $(PRJDIR)/bin/as-gbz80 `echo $(bindir)/as-gbz80|sed '$(transform)'`
-       $(STRIP) -s `echo $(bindir)/as-gbz80|sed '$(transform)'`
+       $(STRIP) `echo $(bindir)/as-gbz80|sed '$(transform)'`
 
 install-doc:
        $(INSTALL) -d $(docdir)/aslink