summaryrefslogtreecommitdiffstats
path: root/test/Makefile
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2004-07-12 00:07:03 +0000
committerAndreas Gruenbacher <agruen@suse.de>2004-07-12 00:07:03 +0000
commit963347acfe1a59a28c07bdd9479a8a98266611ac (patch)
treeab1fd1f543f9b8dc34d81d202cea55c65a2b25c5 /test/Makefile
parente7bb642fdbcfa9bb1d7265781f56d89e398f90b9 (diff)
downloadquilt-963347acfe1a59a28c07bdd9479a8a98266611ac.tar.gz
- Some more QUILT_PATCHES_PREFIX fixes.
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile
index 86a3031..ca75741 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -3,6 +3,7 @@ TESTS=$(shell ls -tr *.test)
export QUILTRC=$(CURDIR)/test.quiltrc
ifneq ($(shell source $(QUILTRC) ; echo $$QUILT_PATCHES_PREFIX),)
export P=patches/
+export _P=../patches/
endif
$(warning P=$(P))