From 17ca9022afa23854c29c2d0e6cc9fc94a99ab820 Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Sun, 12 Aug 2001 19:43:13 +0000 Subject: Peter Breitenlohner: Minor tweaks to some make targets. --- Test/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Test') 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 \ -- cgit 1.4.1