summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2006-01-14 10:24:07 +0000
committerAndreas Gruenbacher <agruen@suse.de>2006-01-14 10:24:07 +0000
commit57cef56faedfd7efb272610c6a673d4ea0d29b0b (patch)
treedd49994b1b230464ec5ca0d527291bf8695ac1ac /test
parent64f092c0a46b3d592db231947b930e9c1a5aa524 (diff)
downloadquilt-57cef56faedfd7efb272610c6a673d4ea0d29b0b.tar.gz
- Use better variable names to avoid name clashes.
Diffstat (limited to 'test')
-rw-r--r--test/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/Makefile b/test/Makefile
index 9ec75d3..880d58e 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -1,9 +1,9 @@
TESTS=$(shell ls -tr *.test)
QUILTRC=$(CURDIR)/test.quiltrc
-QUILT=$(CURDIR)/../quilt
-LIB=$(CURDIR)/../lib
-export QUILTRC QUILT LIB
+QUILT_DIR=$(CURDIR)/../quilt
+QUILT_LIB=$(CURDIR)/../lib
+export QUILTRC QUILT_DIR QUILT_LIB
PATH:=$(CURDIR)/../bin:$(PATH)
ifneq ($(shell . $(QUILTRC) ; echo $$QUILT_PATCHES_PREFIX),)
P=patches/