From: Alex Rousskov Date: Fri, 27 Feb 2009 04:58:29 +0000 (-0700) Subject: Add a dummy file called testHeaders to CLEANFILES. X-Git-Tag: SQUID_3_2_0_1~1154^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13cf8174309bf7016866a63014829d87c36cccce;p=thirdparty%2Fsquid.git 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. --- 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