summaryrefslogtreecommitdiff
path: root/lib/Makefile.in
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1994-01-26 18:46:41 +0000
committerJim Meyering <jim@meyering.net>1994-01-26 18:46:41 +0000
commitf1adf86d0987a704b8bebffc91bdddbbd886e8ee (patch)
tree9da62d522aa8ea4784b6193aa05489d61dfef912 /lib/Makefile.in
parent63e9766256432fc1099d822abe86606963c78a0b (diff)
downloadcoreutils-f1adf86d0987a704b8bebffc91bdddbbd886e8ee.tar.xz
merge with 3.9c
Diffstat (limited to 'lib/Makefile.in')
-rw-r--r--lib/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in
index c9cc7968d..c08ed462b 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -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