This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Configure patch] Issue error if bison not found


On Thu, 28 Nov 2002, Joseph S. Myers wrote:
> plural.c is in the source directory (in CVS, in fact - it shouldn't really
> be, but the release script would then need changes to build it even when
> the installed libc includes recent GNU libintl so the intl directory
> doesn't need to be built).  It ought to be listed in contrib/gcc_update to
> ensure the timestamp is right, but I don't know whether there's any other
> underlying problem here.

So, how about the following?

2002-12-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>

	* gcc_update (files_and_dependencies): Add gcc/intl/plural.c as
	depending on gcc/intl/plural.y.

Index: contrib/gcc_update
===================================================================
RCS file: /cvs/gcc/gcc/contrib/gcc_update,v
retrieving revision 1.38
diff -u -3 -p -r1.38 gcc_update
--- contrib/gcc_update	24 Sep 2002 22:51:57 -0000	1.38
+++ contrib/gcc_update	5 Dec 2002 23:59:52 -0000
@@ -69,6 +69,7 @@ gcc/configure: gcc/configure.in
 gcc/cstamp-h.in: gcc/configure.in gcc/acconfig.h
 gcc/config.in: gcc/cstamp-h.in
 gcc/fixinc/fixincl.x: gcc/fixinc/fixincl.tpl gcc/fixinc/inclhack.def
+gcc/intl/plural.c: gcc/intl/plural.y
 # And then, language-specific files
 gcc/f/intdoc.texi: gcc/f/intdoc.in gcc/f/intdoc.c gcc/f/intrin.h gcc/f/intrin.def
 gcc/ada/treeprs.ads: gcc/ada/treeprs.adt gcc/ada/sinfo.ads gcc/ada/xtreeprs.adb


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]