Fix missing rebuilds during `make dist' with BSD make.
authorAlexandre Duret-Lutz <adl@gnu.org>
Thu, 24 Jul 2003 21:26:56 +0000 (21:26 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Thu, 24 Jul 2003 21:26:56 +0000 (21:26 +0000)
commitcfea6a81f5500a39b4a1efff818fe586331d5742
treea09864ab66245f80aab4bc38ea824d924fec0eb5
parenteaddaf5cb024e9bfe7dbc31eb43f08d3b624ea6d
Fix missing rebuilds during `make dist' with BSD make.
* automake.in (generate_makefile): Do not push Makefile.in, and
Makefile.am into DIST_COMMON here.
* lib/am/configure.am (DIST_COMMON): Do it here, and use
%MAKEFILE-AM% and %MAKEFILE-IN% so that items in DIST_COMMON
actually match the targets.   Prefix `configure' with `$(srcdir)/'
to match the target.
* tests/remake4.test: New file.
* tests/Makefile.am (TESTS): Add remake4.test.
Report from Akim Demaille.
12 files changed:
ChangeLog
Makefile.in
automake.in
lib/Automake/Makefile.in
lib/Automake/tests/Makefile.in
lib/Makefile.in
lib/am/Makefile.in
lib/am/configure.am
m4/Makefile.in
tests/Makefile.am
tests/Makefile.in
tests/remake4.test [new file with mode: 0755]