Delete scsh-config in distclean target.

This commit is contained in:
mainzelm 2003-11-12 11:08:06 +00:00
parent 9b29fff8e1
commit 2336171f47
1 changed files with 1 additions and 1 deletions

View File

@ -444,7 +444,7 @@ distclean: clean
rm -f Makefile config.log config.status c/sysdep.h config.cache \
scsh/machine \
scsh/endian.scm \
exportlist.aix
exportlist.aix scsh-config
$(RM) a.exe $(VM).base $(VM).def $(VM).exp
-find . -name '*~' -o -name '#*' -o -name core -exec rm {} \;