]> sourceware.org Git - automake.git/commit
Fix missing rebuilds during `make dist' with BSD make.
authorAlexandre Duret-Lutz <adl@gnu.org>
Thu, 24 Jul 2003 21:26:54 +0000 (21:26 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Thu, 24 Jul 2003 21:26:54 +0000 (21:26 +0000)
commit5600199eea90ac961e099fb73f1a64a5c5d339bd
treeacb471f0d3f28fcef252a5ea60cd1d6567b0a231
parent1dbe005dd06463b585695e2a0056024e533be52c
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]
This page took 0.030819 seconds and 5 git commands to generate.