]> git.ipfire.org Git - thirdparty/fcron.git/commitdiff
minor changes
authorThibault Godouet <yo8192@users.noreply.github.com>
Wed, 17 May 2000 19:20:46 +0000 (19:20 +0000)
committerThibault Godouet <yo8192@users.noreply.github.com>
Wed, 17 May 2000 19:20:46 +0000 (19:20 +0000)
Makefile.in

index e46cabec3131f1b4aa68dda8ddb43600d51495b5..e661e6cb8615558e10e72ece5bc4f8e46bf36d12 100644 (file)
@@ -2,7 +2,7 @@
 # fcron's Makefile  ########
 ############################
 
-# $Id: Makefile.in,v 1.6 2000-05-16 20:03:26 thib Exp $
+# $Id: Makefile.in,v 1.7 2000-05-17 19:20:46 thib Exp $
 
 # ********************************************************* #
 # *** Begin of configurable stuffs ************************ #
@@ -89,8 +89,6 @@ allow.o:  allow.c $(HEADERS)
 
 install: all
 
-       @echo -e "\ninstalling ...\n"
-
        $(INSTALL) -m 111 -o root -s fcron $(DESTSBIN)/
        $(INSTALL) -m 4111 -o root -s fcrontab $(DESTBIN)/
        $(INSTALL) -m 700 -o root files/fcron.allow $(ETC)/
@@ -106,8 +104,6 @@ install: all
        mkdir -p $(FCRONTABS)
        chmod 700 $(FCRONTABS)
 
-       @echo -e "\n...done\n"
-
 
 uninstall:
        rm -f $(DESTSBIN)/fcron