X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=sim%2Fucsim%2Fs51.src%2FMakefile.in;h=5f4ec97fac6f62dbb0f3acafdf3b3e77755dda1a;hb=f1c40004ae349f7cd3a1a5c5c85f62f695196370;hp=50b4f37473f6d82622324cb40253d8b2942c7cbd;hpb=fa8d9e5fa4646b55450697b80718e33b579609a8;p=fw%2Fsdcc diff --git a/sim/ucsim/s51.src/Makefile.in b/sim/ucsim/s51.src/Makefile.in index 50b4f374..5f4ec97f 100644 --- a/sim/ucsim/s51.src/Makefile.in +++ b/sim/ucsim/s51.src/Makefile.in @@ -68,13 +68,13 @@ all: checkconf otherlibs s51.src # Compiling and installing everything and runing test # --------------------------------------------------- install: all installdirs - $(INSTALL) -s s51$(EXEEXT) $(bindir) + $(INSTALL) -s s51$(EXEEXT) $(DESTDIR)$(bindir) # Deleting all the installed files # -------------------------------- uninstall: - rm -f $(bindir)/s51$(EXEEXT) + rm -f $(DESTDIR)$(bindir)/s51$(EXEEXT) # Performing self-test @@ -94,7 +94,7 @@ installcheck: # Creating installation directories # --------------------------------- installdirs: - test -d $(bindir) || $(INSTALL) -d $(bindir) + test -d $(DESTDIR)$(bindir) || $(INSTALL) -d $(DESTDIR)$(bindir) # Creating dependencies