X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=as%2FMakefile.in;h=824b93096c31cc52c91a164b774123ae6401b318;hb=b7fec7bdb767e95165097f43e52cf1cbc4ee6017;hp=74dbf20e00a8c971374cf3bee3e65aa7c285ad5b;hpb=c42e9051755428d14eb620abc9eda86d43479a1a;p=fw%2Fsdcc diff --git a/as/Makefile.in b/as/Makefile.in index 74dbf20e..824b9309 100644 --- a/as/Makefile.in +++ b/as/Makefile.in @@ -4,8 +4,8 @@ VPATH = @srcdir@ srcdir = @srcdir@ top_builddir = @top_builddir@ -BUILDDIR=../$(top_builddir)bin -include $(top_builddir)Makefile.common +BUILDDIR=../$(top_builddir)/bin +include $(top_builddir)/Makefile.common PORTS = z80 gbz80 DOCS = README abstra.doc appendk.txt asmlnk.doc asxhtm.html format.txt @@ -14,9 +14,9 @@ all: $(MAKE) -C z80 _as-z80 _as-gbz80 E=$(E) BUILDDIR=$(BUILDDIR) install: all install-doc - $(INSTALL) $(top_builddir)bin/as-z80$(EXEEXT) `echo $(DESTDIR)$(bindir)/as-z80$(EXEEXT)|sed '$(transform)'` + $(INSTALL) $(top_builddir)/bin/as-z80$(EXEEXT) `echo $(DESTDIR)$(bindir)/as-z80$(EXEEXT)|sed '$(transform)'` $(STRIP) `echo $(DESTDIR)$(bindir)/as-z80$(EXEEXT)|sed '$(transform)'` - $(INSTALL) $(top_builddir)bin/as-gbz80$(EXEEXT) `echo $(DESTDIR)$(bindir)/as-gbz80$(EXEEXT)|sed '$(transform)'` + $(INSTALL) $(top_builddir)/bin/as-gbz80$(EXEEXT) `echo $(DESTDIR)$(bindir)/as-gbz80$(EXEEXT)|sed '$(transform)'` $(STRIP) `echo $(DESTDIR)$(bindir)/as-gbz80$(EXEEXT)|sed '$(transform)'` install-doc: