if the testsuite has been generated.
+2005-03-11 Per Bothner <per@bothner.com> (tiny change)
+
+ * tests/Makefile (clean-local): Only run the testsuite cleanup
+ if the testsuite has been generated.
+
2005-03-10 Gary V. Vaughan <gary@gnu.org>
* libltdl/Makefile.am (install-data-local): Don't force v7 tar
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
# 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