Added warning about forthcoming shift/reduce conflict
authorem <none@none>
Thu, 21 Jun 1984 11:13:28 +0000 (11:13 +0000)
committerem <none@none>
Thu, 21 Jun 1984 11:13:28 +0000 (11:13 +0000)
util/cgg/Makefile

index 43d8a1b..4b47a6d 100644 (file)
@@ -11,6 +11,11 @@ LEXLIB=-lln
 cgg:   bootgram.o
        cc $(LDFLAGS) bootgram.o $(LIBS) $(LEXLIB) -o cgg
 
+bootgram.c:    bootgram.y
+       @echo expect 1 shift/reduce conflict
+       yacc bootgram.y
+       mv y.tab.c bootgram.c
+
 install:       cgg
        cp cgg ../../lib/cgg