From f35bddaeb73a0bdc574e3f094b5cbb1e35d3eebe Mon Sep 17 00:00:00 2001 From: jjgarcia Date: Tue, 6 Dec 2005 09:06:48 +0000 Subject: [PATCH] Clean also the 'ext' directory so that asdf rebuilds properly' --- src/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.in b/src/Makefile.in index 172f4d234..eba7d14a5 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -138,7 +138,7 @@ clean: clean_lisp $(RM) config.version config.log config.cache $(RM) *.c *.o *.a *.h *.data *.fas clean_lisp: - for i in lsp cmp clos clx tk; do $(RM) lib$$i.a $$i/?*.{o,data,c,sdat,h,fas}; done + for i in lsp cmp clos clx tk ext; do $(RM) lib$$i.a $$i/?*.{o,data,c,sdat,h,fas}; done $(RM) help.doc distclean: clean realclean: distclean