X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=as%2Fhc08%2FMakefile.in;h=675a6f84a8c7a9234f5437dd49fec14488e3aff0;hb=f1c40004ae349f7cd3a1a5c5c85f62f695196370;hp=9ac6e5bb154a371a36167a9cbedb60c46fc7362b;hpb=fa8d9e5fa4646b55450697b80718e33b579609a8;p=fw%2Fsdcc diff --git a/as/hc08/Makefile.in b/as/hc08/Makefile.in index 9ac6e5bb..675a6f84 100644 --- a/as/hc08/Makefile.in +++ b/as/hc08/Makefile.in @@ -63,15 +63,15 @@ $(ASLINK): $(LKOBJECTS) # Compiling and installing everything and runing test # --------------------------------------------------- install: all installdirs - $(INSTALL) $(ASHC08) `echo $(bindir)/as-hc08$(EXEEXT)|sed '$(transform)'` - $(STRIP) `echo $(bindir)/as-hc08$(EXEEXT)|sed '$(transform)'` - $(INSTALL) $(ASLINK) `echo $(bindir)/link-hc08$(EXEEXT)|sed '$(transform)'` - $(STRIP) `echo $(bindir)/link-hc08$(EXEEXT)|sed '$(transform)'` + $(INSTALL) $(ASHC08) `echo $(DESTDIR)$(bindir)/as-hc08$(EXEEXT)|sed '$(transform)'` + $(STRIP) `echo $(DESTDIR)$(bindir)/as-hc08$(EXEEXT)|sed '$(transform)'` + $(INSTALL) $(ASLINK) `echo $(DESTDIR)$(bindir)/link-hc08$(EXEEXT)|sed '$(transform)'` + $(STRIP) `echo $(DESTDIR)$(bindir)/link-hc08$(EXEEXT)|sed '$(transform)'` # Deleting all the installed files # -------------------------------- uninstall: - rm -f $(bindir)/as-hc08$(EXEEXT) $(bindir)/link-hc08$(EXEEXT) + rm -f $(DESTDIR)$(bindir)/as-hc08$(EXEEXT) $(DESTDIR)$(bindir)/link-hc08$(EXEEXT) # Performing self-test @@ -87,7 +87,7 @@ installcheck: # Creating installation directories # --------------------------------- installdirs: - $(INSTALL) -d $(bindir) + $(INSTALL) -d $(DESTDIR)$(bindir) # Creating dependencies