From 13cf8174309bf7016866a63014829d87c36cccce Mon Sep 17 00:00:00 2001 From: Alex Rousskov Date: Thu, 26 Feb 2009 21:58:29 -0700 Subject: [PATCH] Add a dummy file called testHeaders to CLEANFILES. It is created by testheaders.sh and distclean does not know about it. The change can be reversed when testheaders.sh and its users are fixed. --- src/TestHeaders.am | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/TestHeaders.am b/src/TestHeaders.am index c3da20a3ce..bf65d3ccee 100644 --- a/src/TestHeaders.am +++ b/src/TestHeaders.am @@ -9,4 +9,10 @@ TESTS += testHeaders testHeaders: $(srcdir)/*.h $(SHELL) $(top_srcdir)/test-suite/testheaders.sh "$(CXXCOMPILE)" "$(srcdir)" || exit 1 +## XXX: this is only needed because testheaders.sh creates a dummy file called +## testHeaders and distclean does not know about it. +## Remove when testheaders.sh and its users are fixed. +CLEANFILES += testHeaders + + .PHONY: testHeaders -- 2.47.3