From: Per Bothner Date: Fri, 11 Mar 2005 11:39:28 +0000 (+0000) Subject: * tests/Makefile (clean-local): Only run the testsuite cleanup X-Git-Tag: release-2-1b~730 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b78876d4c3bd52c463e248ff2c2419d6f3ce7c3;p=thirdparty%2Flibtool.git * tests/Makefile (clean-local): Only run the testsuite cleanup if the testsuite has been generated. --- diff --git a/ChangeLog b/ChangeLog index 54117d0bf..9e08d8d20 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-03-11 Per Bothner (tiny change) + + * tests/Makefile (clean-local): Only run the testsuite cleanup + if the testsuite has been generated. + 2005-03-10 Gary V. Vaughan * libltdl/Makefile.am (install-data-local): Don't force v7 tar diff --git a/libltdl/Makefile.am b/libltdl/Makefile.am index c321be21f..6b508b64c 100644 --- a/libltdl/Makefile.am +++ b/libltdl/Makefile.am @@ -71,7 +71,6 @@ ltdldatafiles = COPYING.LIB README \ Makefile.am Makefile.in \ configure.ac configure \ $(libltdl_la_SOURCES) \ - $(libltdl_la_SOURCES) \ lt__dirent.c libltdl/lt__dirent.h \ lt__strl.c libltdl/lt__strl.h \ argz_.h argz.c diff --git a/tests/Makefile.am b/tests/Makefile.am index f7bde8e40..e8978ddbd 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -60,7 +60,8 @@ installcheck-local: # We need to remove any file droppings left behind by testsuite clean-local: clean-local-legacy - $(SHELL) $(srcdir)/$(TESTSUITE) --clean + test -f $(srcdir)/$(TESTSUITE) && \ + $(SHELL) $(srcdir)/$(TESTSUITE) --clean DISTCLEANFILES = atconfig