diff src/Makefile.in @ 2527:e2a7c830472c

[project @ 1996-11-17 21:42:37 by jwe]
author jwe
date Sun, 17 Nov 1996 21:42:37 +0000
parents aad9cc70dfb2
children 64f403ef483d
line wrap: on
line diff
--- a/src/Makefile.in	Sun Nov 17 21:34:04 1996 +0000
+++ b/src/Makefile.in	Sun Nov 17 21:42:37 1996 +0000
@@ -358,7 +358,7 @@
 # Special rules -- these files need special things to be defined.
 
 parse.cc : parse.y
-	@echo "expect 12 shift/reduce conflicts"
+	@echo "expect 13 shift/reduce conflicts"
 	$(YACC) $(YFLAGS) $<
 	@$(top_srcdir)/move-if-change y.tab.c $(@F)