summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index ad8934d..21ad6c1 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -398,7 +398,7 @@ test/.depend : Makefile $(TESTS)
> $@
ifneq ($(shell . $(QUILTRC) ; echo $$QUILT_PATCHES_PREFIX),)
-CHECK_ENV := P=patches/; _P=../patches/; export P _P
+CHECK_ENV := P=patches/; _P=../patches/; export P _P;
endif
# Each tests dependencies are stored in test/.depend
@@ -410,7 +410,7 @@ endif
@LANG=C; LC_ALL=C; \
export LANG LC_ALL; \
unset POSIXLY_CORRECT; \
- $(CHECK_ENV); \
+ $(CHECK_ENV) \
cd $(@D); \
./run -q $(<F)
@touch $@