make clean_lisp removes also the executable

This commit is contained in:
Juan Jose Garcia Ripoll 2012-10-27 21:35:48 +02:00
parent 319c0b50d1
commit 1dd472dbc2

View file

@ -222,8 +222,8 @@ mostlyclean: clean_lisp
$(RM) config.version config.log config.cache
$(RM) *.c *.o *.a *.eclh *.h *.data *.fas *.dat *.la *.so *.dylib
clean_lisp:
for i in lsp cmp clos clx tk ext; do $(RM) lib$$i.a $$i/?*.{o,eclh,data,c,sdat,h,fas}; done
$(RM) help.doc
-$(RM) help.doc $(TARGETS)
-for i in lsp cmp clos clx tk ext; do $(RM) lib$$i.a $$i/?*.{o,eclh,data,c,sdat,h,fas}; done
distclean: clean
realclean: distclean
#