removed tab.c, use tabgen

This commit is contained in:
ceriel 1988-11-16 10:58:33 +00:00
parent 4bacebab18
commit a08e71a16f
2 changed files with 3 additions and 7 deletions

View file

@ -51,7 +51,6 @@ scope.C
scope.h scope.h
standards.h standards.h
statement.g statement.g
tab.c
tmpvar.C tmpvar.C
tokenname.c tokenname.c
tokenname.h tokenname.h

View file

@ -89,7 +89,7 @@ pr:
@pr Makefile Resolve Parameters $(GF) *.H $(HFILES) *.C $(CSRC) @pr Makefile Resolve Parameters $(GF) *.H $(HFILES) *.C $(CSRC)
clean: clean:
rm -f $(OBJ) $(GENFILES) LLfiles hfiles Cfiles tab clashes \ rm -f $(OBJ) $(GENFILES) LLfiles hfiles Cfiles clashes \
$(CURRDIR)/main LL.output $(CURRDIR)/main LL.output
(cd .. ; rm -rf Xsrc) (cd .. ; rm -rf Xsrc)
@ -138,11 +138,8 @@ casestat.c: make.allocd
next.c: $(NEXTFILES) ./make.next next.c: $(NEXTFILES) ./make.next
./make.next $(NEXTFILES) > next.c ./make.next $(NEXTFILES) > next.c
char.c: char.tab tab char.c: char.tab
tab -fchar.tab >char.c $(EMHOME)/bin/tabgen -fchar.tab >char.c
tab:
$(CC) tab.c -o tab
depend: Cfiles depend: Cfiles
sed '/^#AUTOAUTO/,$$d' Makefile > Makefile.new sed '/^#AUTOAUTO/,$$d' Makefile > Makefile.new