]> granicus.if.org Git - fcron/commitdiff
*** empty log message ***
authorthib <thib>
Thu, 15 Jun 2000 20:18:38 +0000 (20:18 +0000)
committerthib <thib>
Thu, 15 Jun 2000 20:18:38 +0000 (20:18 +0000)
Makefile.in

index 3732c97603c6be8e3a323d6f3887b1eaa4ac9a66..0e17f3c53e7733fb049b2836ab973e3fd3c9f54c 100644 (file)
@@ -2,7 +2,7 @@
 # fcron's Makefile  ########
 ############################
 
-# $Id: Makefile.in,v 1.12 2000-06-11 13:19:39 thib Exp $
+# $Id: Makefile.in,v 1.13 2000-06-15 20:18:38 thib Exp $
 
 # ********************************************************* #
 # *** Begin of configurable stuffs ************************ #
@@ -27,9 +27,9 @@ ETC=/etc/
 #      -DCHECKJOBS     send a mail containing the exact shell command
 #                      for each execution of each job.
 #OPTIM=                -DDEBUG -g -DFOREGROUND
-OPTIM=         -DDEBUG -DCHECKJOBS -Wall -Wpointer-arith -Wstrict-prototypes
+#OPTIM=                -DDEBUG -DCHECKJOBS -Wall -Wpointer-arith -Wstrict-prototypes
 #OPTIM=                -DDEBUG -Wall -Wpointer-arith -Wstrict-prototypes
-#OPTIM=                -O2 -Wall
+OPTIM=         -O2 -Wall
 #OPTIM=                -O3 -mcpu=i686 -Wall
 
 
@@ -64,7 +64,7 @@ INSTALL= install
 # Should not be changed under this #
 ####################################
 
-VERSION= 0.8.3
+VERSION= 0.8.2
 CFLAGS= $(INCLUDE) $(OPTIM) $(OTHERFLAGS) $(OPTION) -DVERSION=\"$(VERSION)\" -DFCRONTABS=\"$(FCRONTABS)\" -DETC=\"$(ETC)\"
 OBJSD = fcron.o subs.o database.o job.o log.o conf.o
 OBJS= fcrontab.o fileconf.o subs.o log.o allow.c