From 2336171f471d485a2807e1a74a1c946d77773a0d Mon Sep 17 00:00:00 2001 From: mainzelm Date: Wed, 12 Nov 2003 11:08:06 +0000 Subject: [PATCH] Delete scsh-config in distclean target. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index f761d40..6f7da70 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 {} \;