Delete scsh-config in distclean target.
This commit is contained in:
parent
9b29fff8e1
commit
2336171f47
|
@ -444,7 +444,7 @@ distclean: clean
|
||||||
rm -f Makefile config.log config.status c/sysdep.h config.cache \
|
rm -f Makefile config.log config.status c/sysdep.h config.cache \
|
||||||
scsh/machine \
|
scsh/machine \
|
||||||
scsh/endian.scm \
|
scsh/endian.scm \
|
||||||
exportlist.aix
|
exportlist.aix scsh-config
|
||||||
$(RM) a.exe $(VM).base $(VM).def $(VM).exp
|
$(RM) a.exe $(VM).base $(VM).def $(VM).exp
|
||||||
-find . -name '*~' -o -name '#*' -o -name core -exec rm {} \;
|
-find . -name '*~' -o -name '#*' -o -name core -exec rm {} \;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue