ceriel 37 éve
szülő
commit
4b30a95d7a

+ 2 - 4
mach/6500/cg/Makefile

@@ -15,8 +15,7 @@ CFILES=$(CDIR)/codegen.c $(CDIR)/compute.c $(CDIR)/equiv.c $(CDIR)/fillem.c \
 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:
-	make tables.c
+all:	tables.c
 	make cg
 
 cg: tables.o $(OFILES)
@@ -62,8 +61,7 @@ install: all
 cmp:	 all
 	-../../compare cg
 
-distr:
-	make tables.c
+distr:	tables.c
 	rm -f tables1.[ch]
 	cp tables.c tables1.c
 	cp tables.h tables1.h

+ 2 - 4
mach/pdp/cg/Makefile

@@ -15,8 +15,7 @@ CFILES=$(CDIR)/codegen.c $(CDIR)/compute.c $(CDIR)/equiv.c $(CDIR)/fillem.c \
 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:
-	make tables.c
+all:	tables.c
 	make cg
 
 cg: tables.o $(OFILES)
@@ -62,8 +61,7 @@ install: all
 cmp:	 all
 	-../../compare cg
 
-distr:
-	make tables.c
+distr:	tables.c
 	rm -f tables1.[ch]
 	cp tables.c tables1.c
 	cp tables.h tables1.h

+ 2 - 4
mach/proto/cg/Makefile

@@ -15,8 +15,7 @@ CFILES=$(CDIR)/codegen.c $(CDIR)/compute.c $(CDIR)/equiv.c $(CDIR)/fillem.c \
 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:
-	make tables.c
+all:	tables.c
 	make cg
 
 cg: tables.o $(OFILES)
@@ -62,8 +61,7 @@ install: all
 cmp:	 all
 	-../../compare cg
 
-distr:
-	make tables.c
+distr:	tables.c
 	rm -f tables1.[ch]
 	cp tables.c tables1.c
 	cp tables.h tables1.h

+ 2 - 4
mach/vax4/cg/Makefile

@@ -15,8 +15,7 @@ CFILES=$(CDIR)/codegen.c $(CDIR)/compute.c $(CDIR)/equiv.c $(CDIR)/fillem.c \
 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:
-	make tables.c
+all:	tables.c
 	make cg
 
 cg: tables.o $(OFILES)
@@ -62,8 +61,7 @@ install: all
 cmp:	 all
 	-../../compare cg
 
-distr:
-	make tables.c
+distr:	tables.c
 	rm -f tables1.[ch]
 	cp tables.c tables1.c
 	cp tables.h tables1.h

+ 2 - 4
mach/z80/cg/Makefile

@@ -15,8 +15,7 @@ CFILES=$(CDIR)/codegen.c $(CDIR)/compute.c $(CDIR)/equiv.c $(CDIR)/fillem.c \
 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:
-	make tables.c
+all:	tables.c
 	make cg
 
 cg: tables.o $(OFILES)
@@ -62,8 +61,7 @@ install: all
 cmp:	 all
 	-../../compare cg
 
-distr:
-	make tables.c
+distr:	tables.c
 	rm -f tables1.[ch]
 	cp tables.c tables1.c
 	cp tables.h tables1.h

+ 2 - 4
mach/z8000/cg/Makefile

@@ -15,8 +15,7 @@ CFILES=$(CDIR)/codegen.c $(CDIR)/compute.c $(CDIR)/equiv.c $(CDIR)/fillem.c \
 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:
-	make tables.c
+all:	tables.c
 	make cg
 
 cg: tables.o $(OFILES)
@@ -62,8 +61,7 @@ install: all
 cmp:	 all
 	-../../compare cg
 
-distr:
-	make tables.c
+distr:	tables.c
 	rm -f tables1.[ch]
 	cp tables.c tables1.c
 	cp tables.h tables1.h