Removed a warning
[fw/sdcc] / packihx / Makefile.in
index 9a73b9114b730100544c099689f634446facafa2..d13d006db0cee95cf263b6e13df66497b86e4e2c 100644 (file)
@@ -13,8 +13,8 @@ TARGET                = $(PRJDIR)/bin/packihx
 all: $(TARGET)
 
 install: all installdirs
-       $(INSTALL) -s $(TARGET) $(bindir)/packihx
-
+       $(INSTALL) $(TARGET) `echo $(bindir)/packihx|sed '$(transform)'`
+       $(STRIP) `echo $(bindir)/packihx|sed '$(transform)'`
 
 # Deleting all the installed files
 # --------------------------------