From: thib Date: Thu, 3 Jan 2002 14:35:17 +0000 (+0000) Subject: in make clean : remove also core files X-Git-Tag: ver1564~147 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f8e093dbcbedd4218a13105bc6da00e494617bab;p=fcron in make clean : remove also core files --- diff --git a/Makefile.in b/Makefile.in index 273c96b..7eda400 100644 --- a/Makefile.in +++ b/Makefile.in @@ -4,7 +4,7 @@ # @configure_input@ -# $Id: Makefile.in,v 1.80 2002-01-03 14:19:46 thib Exp $ +# $Id: Makefile.in,v 1.81 2002-01-03 14:35:17 thib Exp $ # The following should not be edited manually (use configure options) # If you must do it, BEWARE : some of the following is also defined @@ -138,7 +138,7 @@ uninstall: $(SRCDIR)/script/boot-uninstall clean: - rm -f *.o + rm -f *.o core rm -f fcron fcrontab fcronsighup convert-fcrontab files/fcron.conf vclean: clean