diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2001-08-12 19:43:13 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2001-08-12 19:43:13 +0000 |
commit | 17ca9022afa23854c29c2d0e6cc9fc94a99ab820 (patch) | |
tree | e5351fff2926fb76a4adc2a3c6230f6611760a78 /Test | |
parent | 9e6c25c03104b2fd7e862805039939bbcd3bd179 (diff) | |
download | zsh-17ca9022afa23854c29c2d0e6cc9fc94a99ab820.tar.gz zsh-17ca9022afa23854c29c2d0e6cc9fc94a99ab820.tar.xz zsh-17ca9022afa23854c29c2d0e6cc9fc94a99ab820.zip |
Peter Breitenlohner: Minor tweaks to some make targets.
Diffstat (limited to 'Test')
-rw-r--r-- | Test/Makefile.in | 2 |
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 \ |