From: Bruno Haible Date: Tue, 20 Mar 2001 20:04:50 +0000 (+0000) Subject: Make sure "make dist" packs in a plural.c and that it is generated with bison. X-Git-Tag: v0.10.36~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7626d2be3f4344b41aa3d41f65a9fe1310b022f5;p=thirdparty%2Fgettext.git Make sure "make dist" packs in a plural.c and that it is generated with bison. --- diff --git a/intl/ChangeLog b/intl/ChangeLog index ad8a0547a..41a35ba0c 100644 --- a/intl/ChangeLog +++ b/intl/ChangeLog @@ -1,3 +1,9 @@ +2001-03-20 Bruno Haible + + * 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 * Makefile.in (dist): Don't depend on $(DISTFILES). Instead, generate diff --git a/intl/Makefile.in b/intl/Makefile.in index 3250c345e..60dffd627 100644 --- a/intl/Makefile.in +++ b/intl/Makefile.in @@ -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