X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=as%2Fz80%2FMakefile.in;h=50d70befbe5c11eed04a89d7f09ad236e68c2f79;hb=f1c40004ae349f7cd3a1a5c5c85f62f695196370;hp=5ae5e07d510f1a92a0fb3926179c5f1ecc658c02;hpb=fa8d9e5fa4646b55450697b80718e33b579609a8;p=fw%2Fsdcc diff --git a/as/z80/Makefile.in b/as/z80/Makefile.in index 5ae5e07d..50d70bef 100644 --- a/as/z80/Makefile.in +++ b/as/z80/Makefile.in @@ -47,12 +47,12 @@ $(ASXZ80): $(ASOBJECTS) # Compiling and installing everything and runing test # --------------------------------------------------- install: all installdirs - $(INSTALL) $(ASXZ80) $(bindir)/as-z80 + $(INSTALL) $(ASXZ80) $(DESTDIR)$(bindir)/as-z80 # Deleting all the installed files # -------------------------------- uninstall: - rm -f $(bindir)/as-z80 + rm -f $(DESTDIR)$(bindir)/as-z80 # Performing self-test @@ -68,7 +68,7 @@ installcheck: # Creating installation directories # --------------------------------- installdirs: - $(INSTALL) -d $(bindir) + $(INSTALL) -d $(DESTDIR)$(bindir) # Creating dependencies