summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/test/Makefile b/test/Makefile
index 17d62d7..96f7aa8 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -1,9 +1,11 @@
TESTS=$(shell ls -tr *.test)
-export QUILTRC=$(CURDIR)/test.quiltrc
-ifneq ($(shell source $(QUILTRC) ; echo $$QUILT_PATCHES_PREFIX),)
-export P=patches/
-export _P=../patches/
+QUILTRC=$(CURDIR)/test.quiltrc
+export QUILTRC
+ifneq ($(shell . $(QUILTRC) ; echo $$QUILT_PATCHES_PREFIX),)
+P=patches/
+_P=../patches/
+export P _P
endif
$(warning P=$(P))