]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix distclean on BSD
authorAmos Jeffries <squid3@treenet.co.nz>
Thu, 24 Jul 2014 06:31:02 +0000 (23:31 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Thu, 24 Jul 2014 06:31:02 +0000 (23:31 -0700)
test-suite/Makefile.am

index 5a6a3d5ef6a09dfe4e6a09042208bb6edc731ac6..b20bf6f4a45a579a179ce40d484398402a6e49f3 100644 (file)
@@ -52,8 +52,9 @@ check_PROGRAMS += debug \
 
 tcp_banger2_LDADD = $(top_builddir)/lib/libmiscutil.la
 
-
-DEBUG_SOURCE = test_tools.cc stub_debug.cc stub_SBuf.cc stub_tools.cc stub_fatal.cc
+STUBS = stub_debug.cc stub_SBuf.cc stub_tools.cc stub_fatal.cc
+DEBUG_SOURCE = test_tools.cc $(STUBS)
+CLEANFILES += $(STUBS)
 
 stub_debug.cc: $(top_srcdir)/src/tests/stub_debug.cc
        cp $(top_srcdir)/src/tests/stub_debug.cc .
@@ -67,8 +68,6 @@ stub_tools.cc: $(top_srcdir)/src/tests/stub_tools.cc
 stub_fatal.cc: $(top_srcdir)/src/tests/stub_fatal.cc
        cp $(top_srcdir)/src/tests/stub_fatal.cc .
 
-CLEANFILES += stub_debug.cc stub_tools.cc stub_fatal.cc
-
 ## XXX: somewhat broken. Its meant to test our debugs() implementation.
 ## but it has never been linked to the actual src/debug.cc implementation !!
 ## all it tests are the stream operators and macro in src/Debug.h