as documented in the manual. Fixes parallel make failure.
Report by Dieter Jurzitza.
* THANKS: Update.
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.
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
#! /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.
#
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'