X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=sim%2Fucsim%2Fxa.src%2FMakefile.in;h=fda12e5b9f1c5cf13c0c0c69da27741a0dbca1c7;hb=f1c40004ae349f7cd3a1a5c5c85f62f695196370;hp=6e682f97c07c52a08ecd66a156a04dfd744bf3b3;hpb=fa8d9e5fa4646b55450697b80718e33b579609a8;p=fw%2Fsdcc diff --git a/sim/ucsim/xa.src/Makefile.in b/sim/ucsim/xa.src/Makefile.in index 6e682f97..fda12e5b 100644 --- a/sim/ucsim/xa.src/Makefile.in +++ b/sim/ucsim/xa.src/Makefile.in @@ -57,13 +57,13 @@ tests: $(TEST_OBJ) # Compiling and installing everything and runing test # --------------------------------------------------- install: all installdirs - $(INSTALL) -s sxa$(EXEEXT) $(bindir) + $(INSTALL) -s sxa$(EXEEXT) $(DESTDIR)$(bindir) # Deleting all the installed files # -------------------------------- uninstall: - rm -f $(bindir)/sxa$(EXEEXT) + rm -f $(DESTDIR)$(bindir)/sxa$(EXEEXT) # Performing self-test @@ -79,7 +79,7 @@ installcheck: # Creating installation directories # --------------------------------- installdirs: - test -d $(bindir) || $(INSTALL) -d $(bindir) + test -d $(DESTDIR)$(bindir) || $(INSTALL) -d $(DESTDIR)$(bindir) # Creating dependencies