From 8a90593fc0a2de6262e591415f5f5edd3b630132 Mon Sep 17 00:00:00 2001 From: em Date: Thu, 21 Jun 1984 11:13:28 +0000 Subject: [PATCH] Added warning about forthcoming shift/reduce conflict --- util/cgg/Makefile | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.34.1