]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
testheaders.sh do not require the source directory to end with a slash (/).
authorAlex Rousskov <rousskov@measurement-factory.com>
Thu, 19 Feb 2009 20:36:37 +0000 (13:36 -0700)
committerAlex Rousskov <rousskov@measurement-factory.com>
Thu, 19 Feb 2009 20:36:37 +0000 (13:36 -0700)
src/TestHeaders.am

index 7ca1c51d2d579c5038a1f05a74ef3b640d751f7a..c3da20a3ce100bbd39adb5f167c14e3a0ea9f429 100644 (file)
@@ -7,6 +7,6 @@ TESTS += testHeaders
 ## .h dependency test script
 ## aborts build process on errors; XXX: even with "make -k"
 testHeaders: $(srcdir)/*.h
-       $(SHELL) $(top_srcdir)/test-suite/testheaders.sh "$(CXXCOMPILE)" "$(srcdir)/" || exit 1
+       $(SHELL) $(top_srcdir)/test-suite/testheaders.sh "$(CXXCOMPILE)" "$(srcdir)" || exit 1
 
 .PHONY: testHeaders