]> git.saurik.com Git - bison.git/commitdiff
* data/Makefile.am (dist_pkgdata_DATA): Add bison.m4; this
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 12 Oct 2006 22:40:52 +0000 (22:40 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 12 Oct 2006 22:40:52 +0000 (22:40 +0000)
accommodates the 2006-10-08 change.

ChangeLog
data/Makefile.am

index 0d93f8ed8f995f039544a6d00e7643f3ad93df2d..370ecd05a98edb3299f74b88a48cd900a2df4eb7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * data/Makefile.am (dist_pkgdata_DATA): Add bison.m4; this
+       accommodates the 2006-10-08 change.
+
 2006-10-11  Bob Rossi  <bob@brasko.net>
 
        * data/push.c (yypushparse, yypvarsinit, yypvars): Wrap in b4_push_if.
 2006-10-11  Bob Rossi  <bob@brasko.net>
 
        * data/push.c (yypushparse, yypvarsinit, yypvars): Wrap in b4_push_if.
index 4aa42a8838345a08005cfb3dcd36260eddc09ec2..6fb68120f63248a1497b5c32679023b6a8c96c3c 100644 (file)
@@ -15,7 +15,7 @@
 ## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 ## 02110-1301  USA
 
 ## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 ## 02110-1301  USA
 
-dist_pkgdata_DATA = README \
+dist_pkgdata_DATA = README bison.m4 \
    c.m4 yacc.c glr.c push.c \
    c++.m4 location.cc lalr1.cc glr.cc
 
    c.m4 yacc.c glr.c push.c \
    c++.m4 location.cc lalr1.cc glr.cc