EXEEXT introduces to solve Cygwin problems
[fw/sdcc] / src / Makefile.in
index de2108db647a3da682223a7a4ab1ab86bfb12828..1c3d85b228c96532283b58d587ed26dcfd5f3c0e 100644 (file)
@@ -56,14 +56,14 @@ $(PRJDIR)/support/gc/libgc.a:
 # Compiling and installing everything and runing test
 # ---------------------------------------------------
 install: all installdirs
-       $(INSTALL) $(TARGET) `echo $(bindir)/sdcc|sed '$(transform)'`
-       $(STRIP) `echo $(bindir)/sdcc|sed '$(transform)'`
+       $(INSTALL) $(TARGET) `echo $(bindir)/sdcc$(EXEEXT)|sed '$(transform)'`
+       $(STRIP) `echo $(bindir)/sdcc$(EXEEXT)|sed '$(transform)'`
 
 
 # Deleting all the installed files
 # --------------------------------
 uninstall:
-       rm -f $(bindir)/sdcc
+       rm -f $(bindir)/sdcc$(EXEEXT)
 
 # Performing self-test
 # --------------------