]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Make sure "make dist" packs in a plural.c and that it is generated with bison.
authorBruno Haible <bruno@clisp.org>
Tue, 20 Mar 2001 20:04:50 +0000 (20:04 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 20 Mar 2001 20:04:50 +0000 (20:04 +0000)
intl/ChangeLog
intl/Makefile.in

index ad8a0547aa774daee656aeea28e9248b89613e68..41a35ba0ced2e928fba4cc01c13b070a7b68cd73 100644 (file)
@@ -1,3 +1,9 @@
+2001-03-20  Bruno Haible  <haible@clisp.cons.org>
+
+       * Makefile.in (DISTFILES.normal): Add plural.c.
+       (YACC): Use "bison -y" instead of @YACC@.
+       Needed for "make dist" to work in normal packages.
+
 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
 
        * Makefile.in (dist): Don't depend on $(DISTFILES). Instead, generate
index 3250c345ed832192a6beebb99419c6884984f38a..60dffd627cecfcb1823376e41df23f5a375fd846 100644 (file)
@@ -47,7 +47,7 @@ AR = ar
 CC = @CC@
 LIBTOOL = @LIBTOOL@
 RANLIB = @RANLIB@
-YACC = @YACC@ -d
+YACC = bison -y -d
 YFLAGS = --name-prefix=__gettext
 
 DEFS = -DLOCALEDIR=\"$(localedir)\" -DLOCALE_ALIAS_PATH=\"$(aliaspath)\" \
@@ -72,7 +72,7 @@ plural.$lo localcharset.$lo
 GETTOBJS = intl-compat.$lo
 DISTFILES.common = Makefile.in \
 config.charset locale.alias ref-add.sin ref-del.sin $(HEADERS) $(SOURCES)
-DISTFILES.normal = VERSION
+DISTFILES.normal = VERSION plural.c
 DISTFILES.gettext = libintl.glibc plural.c
 DISTFILES.obsolete = xopen-msg.sed linux-msg.sed po2tbl.sed.in cat-compat.c