From: ceriel Date: Tue, 9 Jun 1987 10:19:47 +0000 (+0000) Subject: pass EMHOME to nested make X-Git-Tag: release-5-5~4087 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=798261d992e42499b9dd4702b8c73dc9518e0486;p=ack.git pass EMHOME to nested make --- diff --git a/mach/6500/cg/Makefile b/mach/6500/cg/Makefile index 7478c1be3..d6f05e712 100644 --- a/mach/6500/cg/Makefile +++ b/mach/6500/cg/Makefile @@ -16,7 +16,7 @@ OFILES=codegen.o compute.o equiv.o fillem.o gencode.o glosym.o main.o\ move.o nextem.o reg.o regvar.o salloc.o state.o subr.o var.o all: tables.c - make cg + make "EMHOME="$(EMHOME) cg cg: tables.o $(OFILES) $(CC) $(LDFLAGS) $(OFILES) tables.o $(LIBS) -o cg diff --git a/mach/pdp/cg/Makefile b/mach/pdp/cg/Makefile index 7478c1be3..d6f05e712 100644 --- a/mach/pdp/cg/Makefile +++ b/mach/pdp/cg/Makefile @@ -16,7 +16,7 @@ OFILES=codegen.o compute.o equiv.o fillem.o gencode.o glosym.o main.o\ move.o nextem.o reg.o regvar.o salloc.o state.o subr.o var.o all: tables.c - make cg + make "EMHOME="$(EMHOME) cg cg: tables.o $(OFILES) $(CC) $(LDFLAGS) $(OFILES) tables.o $(LIBS) -o cg diff --git a/mach/proto/cg/Makefile b/mach/proto/cg/Makefile index 7478c1be3..d6f05e712 100644 --- a/mach/proto/cg/Makefile +++ b/mach/proto/cg/Makefile @@ -16,7 +16,7 @@ OFILES=codegen.o compute.o equiv.o fillem.o gencode.o glosym.o main.o\ move.o nextem.o reg.o regvar.o salloc.o state.o subr.o var.o all: tables.c - make cg + make "EMHOME="$(EMHOME) cg cg: tables.o $(OFILES) $(CC) $(LDFLAGS) $(OFILES) tables.o $(LIBS) -o cg diff --git a/mach/vax4/cg/Makefile b/mach/vax4/cg/Makefile index 7478c1be3..d6f05e712 100644 --- a/mach/vax4/cg/Makefile +++ b/mach/vax4/cg/Makefile @@ -16,7 +16,7 @@ OFILES=codegen.o compute.o equiv.o fillem.o gencode.o glosym.o main.o\ move.o nextem.o reg.o regvar.o salloc.o state.o subr.o var.o all: tables.c - make cg + make "EMHOME="$(EMHOME) cg cg: tables.o $(OFILES) $(CC) $(LDFLAGS) $(OFILES) tables.o $(LIBS) -o cg diff --git a/mach/z80/cg/Makefile b/mach/z80/cg/Makefile index 7478c1be3..d6f05e712 100644 --- a/mach/z80/cg/Makefile +++ b/mach/z80/cg/Makefile @@ -16,7 +16,7 @@ OFILES=codegen.o compute.o equiv.o fillem.o gencode.o glosym.o main.o\ move.o nextem.o reg.o regvar.o salloc.o state.o subr.o var.o all: tables.c - make cg + make "EMHOME="$(EMHOME) cg cg: tables.o $(OFILES) $(CC) $(LDFLAGS) $(OFILES) tables.o $(LIBS) -o cg diff --git a/mach/z8000/cg/Makefile b/mach/z8000/cg/Makefile index 7478c1be3..d6f05e712 100644 --- a/mach/z8000/cg/Makefile +++ b/mach/z8000/cg/Makefile @@ -16,7 +16,7 @@ OFILES=codegen.o compute.o equiv.o fillem.o gencode.o glosym.o main.o\ move.o nextem.o reg.o regvar.o salloc.o state.o subr.o var.o all: tables.c - make cg + make "EMHOME="$(EMHOME) cg cg: tables.o $(OFILES) $(CC) $(LDFLAGS) $(OFILES) tables.o $(LIBS) -o cg