about summary refs log tree commit diff
path: root/Test/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Test/Makefile.in')
-rw-r--r--Test/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/Makefile.in b/Test/Makefile.in
index fc2e1544d..2e14b99ea 100644
--- a/Test/Makefile.in
+++ b/Test/Makefile.in
@@ -42,7 +42,7 @@ INSTALL         = @INSTALL@
 
 check test:
 	if test -n "$(DLLD)"; then \
-	  cd $(dir_top) && \
+	  cd $(dir_top) && DESTDIR= \
 	  $(MAKE) MODDIR=`pwd`/$(subdir)/Modules install.modules > /dev/null; \
 	fi
 	-for f in $(sdir)/$(TESTNUM)*.ztst; do \