From e6ba547bce304e0fee42e5aef16136fb0bb78fbb Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Mon, 9 Feb 2009 21:49:31 +1300 Subject: [PATCH] Final build error --- squid-compat/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/squid-compat/Makefile.am b/squid-compat/Makefile.am index c333c0e5e3..6796e5fc83 100644 --- a/squid-compat/Makefile.am +++ b/squid-compat/Makefile.am @@ -55,7 +55,7 @@ TESTS= $(check_PROGRAMS) ## Special Universal .h dependency test script ## aborts if error encountered -testHeaders: $(top_srcdir)/squid-compat/*.h $(top_srcdir)/libsquid-compat/os/*.h +testHeaders: $(top_srcdir)/squid-compat/*.h $(top_srcdir)/squid-compat/os/*.h $(SHELL) $(top_srcdir)/test-suite/testheaders.sh "$(CXXCOMPILE)" "$(top_srcdir)/squid-compat/" || exit 1 $(SHELL) $(top_srcdir)/test-suite/testheaders.sh "$(CXXCOMPILE)" "$(top_srcdir)/squid-compat/os/" || exit 1 -- 2.47.3