From: Ralf Wildenhues Date: Wed, 28 Mar 2007 22:12:57 +0000 (+0000) Subject: * tests/yacc6.test: Add the generated headers to `BUILT_SOURCES' X-Git-Tag: v1.10b~264 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d44e226f7d8eecd7497f1bb5b0a4093d0118edba;p=thirdparty%2Fautomake.git * tests/yacc6.test: Add the generated headers to `BUILT_SOURCES' as documented in the manual. Fixes parallel make failure. Report by Dieter Jurzitza. * THANKS: Update. --- diff --git a/ChangeLog b/ChangeLog index 8f86359c1..d76393b8b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2007-03-28 Ralf Wildenhues + * tests/yacc6.test: Add the generated headers to `BUILT_SOURCES' + as documented in the manual. Fixes parallel make failure. + Report by Dieter Jurzitza. + * THANKS: Update. + * ChangeLog, TODO, tests/exdir3.test: Fix copyright notice. * TODO: Kill a couple of outdated items. diff --git a/THANKS b/THANKS index eaff9354a..0da89a4d4 100644 --- a/THANKS +++ b/THANKS @@ -64,6 +64,7 @@ Derek R. Price derek.price@openavenue.com Diab Jerius djerius@cfa.harvard.edu Didier Cassirame faded@free.fr Dieter Baron dillo@stieltjes.smc.univie.ac.at +Dieter Jurzitza DJurzitza@harmanbecker.com Dmitry Mikhin dmitrym@acres.com.au Doug Evans devans@cygnus.com Duncan Gibson duncan@thermal.esa.int diff --git a/tests/yacc6.test b/tests/yacc6.test index 6cc8212ed..095acf723 100755 --- a/tests/yacc6.test +++ b/tests/yacc6.test @@ -1,5 +1,6 @@ #! /bin/sh -# Copyright (C) 2001, 2002, 2003, 2004, 2006 Free Software Foundation, Inc. +# Copyright (C) 2001, 2002, 2003, 2004, 2006, 2007 Free Software +# Foundation, Inc. # # This file is part of GNU Automake. # @@ -57,6 +58,7 @@ AM_YFLAGS = -d foo_SOURCES = foo.y main.c foo_CPPFLAGS = -DFOO bar_SOURCES = bar.y main.c +BUILT_SOURCES = foo.h bar.h END cat > sub/foo.y << 'END'