X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=as%2FMakefile.in;h=7052a316761012310bb9b9309adb90aaa1c9c8a5;hb=eae1bd2f705a2c61e143c539f8c4d1e9c2b4efe6;hp=74dbf20e00a8c971374cf3bee3e65aa7c285ad5b;hpb=c42e9051755428d14eb620abc9eda86d43479a1a;p=fw%2Fsdcc diff --git a/as/Makefile.in b/as/Makefile.in index 74dbf20e..7052a316 100644 --- a/as/Makefile.in +++ b/as/Makefile.in @@ -4,19 +4,19 @@ 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 +DOCS = README abstra.txt appendk.txt asmlnk.txt asxhtm.html format.txt 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: