summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2009-11-21 14:16:50 +0100
committerAndreas Gruenbacher <agruen@suse.de>2009-12-29 18:41:47 +0100
commit6af131f13873723c6215766afeafcba5a075ef2c (patch)
treebe553a09c9de40af9f33ef1a940d20cd904a7fc1
parent8cc8b7061cf1aa85ebe3217aca3ad3279e10d50c (diff)
downloadpatch-6af131f13873723c6215766afeafcba5a075ef2c.tar.gz
* Makefile.in: Make the test suite work for a VPATH build.
-rw-r--r--ChangeLog4
-rw-r--r--Makefile.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2299490..0449df7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -55,6 +55,10 @@
arguments to the update-version.sh script [on some platforms]. Invoke
with sh instead.
+2009-11-21 Peter Breitenlohner <peb@mppmu.mpg.de>
+
+ * Makefile.in: Make the test suite work for a VPATH build.
+
2009-11-14 Andreas Gruenbacher <agruen@suse.de>
* update-version.sh: Platform compatibility fixes.
diff --git a/Makefile.in b/Makefile.in
index af0997c..3b3d78a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -219,7 +219,7 @@ check:: $(TESTS)
.PHONY: $(TESTS) $(BROKEN_TESTS)
$(TESTS) $(BROKEN_TESTS): all
@echo "[$@]"
- @srcdir=$(srcdir)/tests $(TEST_SHELL) $@
+ @srcdir=$(srcdir)/tests $(TEST_SHELL) $(srcdir)/$@
ifeq ($(ENABLE_MERGE),1)
DEFINE_ENABLE_MERGE = -DENABLE_MERGE