diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2001-02-08 07:17:09 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2001-02-08 07:17:09 +0000 |
commit | dcb2530bd39078acc7dd92ba2657053921ca586c (patch) | |
tree | f461370b91cb469c57f0063dbe2026c223ccdcc4 /Test/Makefile.in | |
parent | db3d3e2b271f2e49e191efaa80e91643ec7aae1d (diff) | |
download | zsh-dcb2530bd39078acc7dd92ba2657053921ca586c.tar.gz zsh-dcb2530bd39078acc7dd92ba2657053921ca586c.tar.xz zsh-dcb2530bd39078acc7dd92ba2657053921ca586c.zip |
13449: "make clean" cleans up after killed tests.
Diffstat (limited to 'Test/Makefile.in')
-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 5a66fe1ab..fc2e1544d 100644 --- a/Test/Makefile.in +++ b/Test/Makefile.in @@ -55,7 +55,7 @@ check test: @CLEAN_MK@ mostlyclean-here: - rm -rf *.tmp + rm -rf Modules .zcompdump *.tmp distclean-here: rm -f Makefile |