From c0832b6ffdfb5c62af6f7a41f4a143d6cc61bb3e Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Sun, 12 Aug 2001 19:42:45 +0000 Subject: Peter Breitenlohner: Minor tweaks to some make targets. --- Test/Makefile.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Test') diff --git a/Test/Makefile.in b/Test/Makefile.in index 4b68755a5..2e14b99ea 100644 --- a/Test/Makefile.in +++ b/Test/Makefile.in @@ -42,20 +42,20 @@ 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)/*.ztst; do \ - $(dir_top)/Src/zsh -f $(sdir)/ztst.zsh $$f; \ + -for f in $(sdir)/$(TESTNUM)*.ztst; do \ + $(dir_top)/Src/zsh +Z -f $(sdir)/ztst.zsh $$f; \ done - rm -rf Modules + rm -rf Modules .zcompdump # ========== DEPENDENCIES FOR CLEANUP ========== @CLEAN_MK@ mostlyclean-here: - rm -rf *.tmp + rm -rf Modules .zcompdump *.tmp distclean-here: rm -f Makefile -- cgit 1.4.1