From dbb351f0789871b49362a8b15dfb210dc84be1ee Mon Sep 17 00:00:00 2001 From: ceriel Date: Mon, 24 Nov 1986 21:30:57 +0000 Subject: [PATCH] Handled gen.c wrong. This is corrected. --- mach/arm/top/Makefile | 6 +++--- mach/m68020/top/Makefile | 6 +++--- mach/m68k2/top/Makefile | 6 +++--- mach/pdp/top/Makefile | 6 +++--- mach/proto/top/Makefile | 6 +++--- mach/vax4/top/Makefile | 6 +++--- 6 files changed, 18 insertions(+), 18 deletions(-) diff --git a/mach/arm/top/Makefile b/mach/arm/top/Makefile index 24b25c5e5..38293cb79 100644 --- a/mach/arm/top/Makefile +++ b/mach/arm/top/Makefile @@ -5,8 +5,8 @@ CFLAGS=$(PREFLAGS) $(PFLAGS) -O -DNDEBUG LDFLAGS=-i $(PFLAGS) LINTOPTS=-hbxac CDIR=$(EM)/mach/proto/top -CFILES=$(CDIR)/top.c $(CDIR)/queue.c gen.c -OFILES=top.o queue.o gen.o +CFILES=$(CDIR)/top.c $(CDIR)/queue.c +OFILES=top.o queue.o all: gen.c make top @@ -14,7 +14,7 @@ all: gen.c top: $(OFILES) $(CC) $(LDFLAGS) $(OFILES) $(LIBS) -o top -top.o: $(CDIR)/top.c +top.o: $(CDIR)/top.c gen.c $(CC) -c $(CFLAGS) $(CDIR)/top.c queue.o: $(CDIR)/queue.c diff --git a/mach/m68020/top/Makefile b/mach/m68020/top/Makefile index 24b25c5e5..38293cb79 100644 --- a/mach/m68020/top/Makefile +++ b/mach/m68020/top/Makefile @@ -5,8 +5,8 @@ CFLAGS=$(PREFLAGS) $(PFLAGS) -O -DNDEBUG LDFLAGS=-i $(PFLAGS) LINTOPTS=-hbxac CDIR=$(EM)/mach/proto/top -CFILES=$(CDIR)/top.c $(CDIR)/queue.c gen.c -OFILES=top.o queue.o gen.o +CFILES=$(CDIR)/top.c $(CDIR)/queue.c +OFILES=top.o queue.o all: gen.c make top @@ -14,7 +14,7 @@ all: gen.c top: $(OFILES) $(CC) $(LDFLAGS) $(OFILES) $(LIBS) -o top -top.o: $(CDIR)/top.c +top.o: $(CDIR)/top.c gen.c $(CC) -c $(CFLAGS) $(CDIR)/top.c queue.o: $(CDIR)/queue.c diff --git a/mach/m68k2/top/Makefile b/mach/m68k2/top/Makefile index 24b25c5e5..38293cb79 100644 --- a/mach/m68k2/top/Makefile +++ b/mach/m68k2/top/Makefile @@ -5,8 +5,8 @@ CFLAGS=$(PREFLAGS) $(PFLAGS) -O -DNDEBUG LDFLAGS=-i $(PFLAGS) LINTOPTS=-hbxac CDIR=$(EM)/mach/proto/top -CFILES=$(CDIR)/top.c $(CDIR)/queue.c gen.c -OFILES=top.o queue.o gen.o +CFILES=$(CDIR)/top.c $(CDIR)/queue.c +OFILES=top.o queue.o all: gen.c make top @@ -14,7 +14,7 @@ all: gen.c top: $(OFILES) $(CC) $(LDFLAGS) $(OFILES) $(LIBS) -o top -top.o: $(CDIR)/top.c +top.o: $(CDIR)/top.c gen.c $(CC) -c $(CFLAGS) $(CDIR)/top.c queue.o: $(CDIR)/queue.c diff --git a/mach/pdp/top/Makefile b/mach/pdp/top/Makefile index 24b25c5e5..38293cb79 100644 --- a/mach/pdp/top/Makefile +++ b/mach/pdp/top/Makefile @@ -5,8 +5,8 @@ CFLAGS=$(PREFLAGS) $(PFLAGS) -O -DNDEBUG LDFLAGS=-i $(PFLAGS) LINTOPTS=-hbxac CDIR=$(EM)/mach/proto/top -CFILES=$(CDIR)/top.c $(CDIR)/queue.c gen.c -OFILES=top.o queue.o gen.o +CFILES=$(CDIR)/top.c $(CDIR)/queue.c +OFILES=top.o queue.o all: gen.c make top @@ -14,7 +14,7 @@ all: gen.c top: $(OFILES) $(CC) $(LDFLAGS) $(OFILES) $(LIBS) -o top -top.o: $(CDIR)/top.c +top.o: $(CDIR)/top.c gen.c $(CC) -c $(CFLAGS) $(CDIR)/top.c queue.o: $(CDIR)/queue.c diff --git a/mach/proto/top/Makefile b/mach/proto/top/Makefile index 24b25c5e5..38293cb79 100644 --- a/mach/proto/top/Makefile +++ b/mach/proto/top/Makefile @@ -5,8 +5,8 @@ CFLAGS=$(PREFLAGS) $(PFLAGS) -O -DNDEBUG LDFLAGS=-i $(PFLAGS) LINTOPTS=-hbxac CDIR=$(EM)/mach/proto/top -CFILES=$(CDIR)/top.c $(CDIR)/queue.c gen.c -OFILES=top.o queue.o gen.o +CFILES=$(CDIR)/top.c $(CDIR)/queue.c +OFILES=top.o queue.o all: gen.c make top @@ -14,7 +14,7 @@ all: gen.c top: $(OFILES) $(CC) $(LDFLAGS) $(OFILES) $(LIBS) -o top -top.o: $(CDIR)/top.c +top.o: $(CDIR)/top.c gen.c $(CC) -c $(CFLAGS) $(CDIR)/top.c queue.o: $(CDIR)/queue.c diff --git a/mach/vax4/top/Makefile b/mach/vax4/top/Makefile index 24b25c5e5..38293cb79 100644 --- a/mach/vax4/top/Makefile +++ b/mach/vax4/top/Makefile @@ -5,8 +5,8 @@ CFLAGS=$(PREFLAGS) $(PFLAGS) -O -DNDEBUG LDFLAGS=-i $(PFLAGS) LINTOPTS=-hbxac CDIR=$(EM)/mach/proto/top -CFILES=$(CDIR)/top.c $(CDIR)/queue.c gen.c -OFILES=top.o queue.o gen.o +CFILES=$(CDIR)/top.c $(CDIR)/queue.c +OFILES=top.o queue.o all: gen.c make top @@ -14,7 +14,7 @@ all: gen.c top: $(OFILES) $(CC) $(LDFLAGS) $(OFILES) $(LIBS) -o top -top.o: $(CDIR)/top.c +top.o: $(CDIR)/top.c gen.c $(CC) -c $(CFLAGS) $(CDIR)/top.c queue.o: $(CDIR)/queue.c -- 2.34.1