]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* tests/yacc6.test: Add the generated headers to `BUILT_SOURCES'
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Wed, 28 Mar 2007 22:12:57 +0000 (22:12 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Wed, 28 Mar 2007 22:12:57 +0000 (22:12 +0000)
as documented in the manual.  Fixes parallel make failure.
Report by Dieter Jurzitza.
* THANKS: Update.

ChangeLog
THANKS
tests/yacc6.test

index 8f86359c16d0edc289a2955f97675f10b179c879..d76393b8b77d69d75aaf03d846c062f346f6deb4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2007-03-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
+       * 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 eaff9354abcbc41964cc5fe8938f3e3caa648a84..0da89a4d4168011420aedfca031f1696d18d17c5 100644 (file)
--- 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
index 6cc8212edb83a43505c5b2c565fbb6174b36da18..095acf72338c09a662e9ed6584b610044f340596 100755 (executable)
@@ -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'