]> git.ipfire.org Git - thirdparty/libtool.git/commit
Tidy and fix clean and distclean rules for old testsuite.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 22 Aug 2010 04:14:06 +0000 (06:14 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 22 Aug 2010 08:17:18 +0000 (10:17 +0200)
commit10c6cb25e5f8e5212e1c770568017184a7575122
treea9b0fa6317394449a02affd01ebb6092145f5d63
parenta662d7c46eb9a5734e6356049ccc82e28dbffbf4
Tidy and fix clean and distclean rules for old testsuite.

* Makefile.am (clean-local-legacy): Use $(CONF_SUBDIRS) instead
of hard-coding the list of test directories.  Use
$(AM_MAKEFLAGS).
(fake-distclean-legacy): New phony rule, to create fake Makefile
files if needed so that the automake-generated
distclean-recursive rule can work properly.
(distclean_recursive): New helper variable.
(distclean-recursive): Depend on fake-distclean-legacy.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
Makefile.am