From: em Date: Thu, 21 Jun 1984 11:13:28 +0000 (+0000) Subject: Added warning about forthcoming shift/reduce conflict X-Git-Tag: release-5-5~6252 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=8a90593fc0a2de6262e591415f5f5edd3b630132;p=ack.git Added warning about forthcoming shift/reduce conflict --- diff --git a/util/cgg/Makefile b/util/cgg/Makefile index 43d8a1b29..4b47a6da5 100644 --- a/util/cgg/Makefile +++ b/util/cgg/Makefile @@ -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