merge with 3.9c
[pspp] / lib / Makefile.in
index c9cc7968d7c19ea76594e1af512fc895b45ac6d9..c08ed462b38b03b40b829a45bb18db4b30039045 100644 (file)
@@ -90,7 +90,7 @@ libfu.a: $(OBJECTS)
 # Since this directory contains two parsers, we have to be careful to avoid
 # running two $(YACC)s during parallel makes.  See below.
 getdate.c: getdate.y
-       @echo expect 9 shift/reduce conflicts
+       @echo expect 10 shift/reduce conflicts
        $(YACC) $(srcdir)/getdate.y
        mv y.tab.c getdate.c