X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2FMakefile.in;h=1c3d85b228c96532283b58d587ed26dcfd5f3c0e;hb=e96c962c23142b074928e0e6e78a0b99c772cd56;hp=de2108db647a3da682223a7a4ab1ab86bfb12828;hpb=31e09b642b8a7972c9103cef57fbd01227fbe3cb;p=fw%2Fsdcc diff --git a/src/Makefile.in b/src/Makefile.in index de2108db..1c3d85b2 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -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 # --------------------