From ba92240fe4d4fea289c1d76e322b46068aa3fda7 Mon Sep 17 00:00:00 2001 From: thib Date: Sat, 7 Jul 2001 17:44:45 +0000 Subject: [PATCH] updated make uninstall --- Makefile.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index af9b510..e13cba1 100644 --- a/Makefile.in +++ b/Makefile.in @@ -4,7 +4,7 @@ # @configure_input@ -# $Id: Makefile.in,v 1.73 2001-07-07 17:32:49 thib Exp $ +# $Id: Makefile.in,v 1.74 2001-07-07 17:44:45 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 @@ -141,10 +141,12 @@ install-restart: install uninstall: rm -f $(DESTSBIN)/fcron rm -f $(DESTBIN)/fcrontab + rm -f $(DESTBIN)/fcronsighup rm -fR $(DESTDOC)/fcron-$(VERSION) rm -f $(DESTMAN)/man1/fcrontab.1 rm -f $(DESTMAN)/man3/bitstring.3 rm -f $(DESTMAN)/man5/fcrontab.5 + rm -f $(DESTMAN)/man5/fcron.conf.5 rm -f $(DESTMAN)/man8/fcron.8 $(SRCDIR)/script/boot-uninstall -- 2.40.0