lrh
[fw/sdcc] / packihx / Makefile.in
index 44b9d2d74790446627a733aeec5ec131dda4c778..d13d006db0cee95cf263b6e13df66497b86e4e2c 100644 (file)
@@ -14,7 +14,7 @@ all: $(TARGET)
 
 install: all installdirs
        $(INSTALL) $(TARGET) `echo $(bindir)/packihx|sed '$(transform)'`
-       $(STRIP) -s `echo $(bindir)/packihx|sed '$(transform)'`
+       $(STRIP) `echo $(bindir)/packihx|sed '$(transform)'`
 
 # Deleting all the installed files
 # --------------------------------