Bladeren bron

Handled gen.c wrong. This is corrected.

ceriel 38 jaren geleden
bovenliggende
commit
dbb351f078
6 gewijzigde bestanden met toevoegingen van 18 en 18 verwijderingen
  1. 3 3
      mach/arm/top/Makefile
  2. 3 3
      mach/m68020/top/Makefile
  3. 3 3
      mach/m68k2/top/Makefile
  4. 3 3
      mach/pdp/top/Makefile
  5. 3 3
      mach/proto/top/Makefile
  6. 3 3
      mach/vax4/top/Makefile

+ 3 - 3
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

+ 3 - 3
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

+ 3 - 3
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

+ 3 - 3
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

+ 3 - 3
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

+ 3 - 3
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