removed tab.c, use tabgen
authorceriel <none@none>
Wed, 16 Nov 1988 10:58:33 +0000 (10:58 +0000)
committerceriel <none@none>
Wed, 16 Nov 1988 10:58:33 +0000 (10:58 +0000)
lang/m2/comp/.distr
lang/m2/comp/Makefile

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