]> granicus.if.org Git - fcron/commitdiff
removed unused CFLAGS
authorthib <thib>
Sat, 10 Feb 2001 12:55:43 +0000 (12:55 +0000)
committerthib <thib>
Sat, 10 Feb 2001 12:55:43 +0000 (12:55 +0000)
Makefile.in

index cf11f5f7b15d1770bdfb4d6a658b17a4124f5043..cd597f8f437a90c961ed35e41c7a36bd0f8633c1 100644 (file)
@@ -4,7 +4,7 @@
 
 # @configure_input@
 
-# $Id: Makefile.in,v 1.56 2001-02-01 20:51:03 thib Exp $
+# $Id: Makefile.in,v 1.57 2001-02-10 12:55:43 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
@@ -57,7 +57,7 @@ OPTION =
 ####################################
 
 VERSION= @VERSION@
-CFLAGS= $(INCLUDE) $(OPTIM) $(OPTION) $(DEFS)
+CFLAGS= $(OPTIM) $(OPTION) $(DEFS)
 OBJSD = fcron.o subs.o database.o job.o log.o conf.o $(LIBOBJS)
 OBJS= fcrontab.o fileconf.o subs.o log.o allow.o
 HEADERSD = fcron.h config.h global.h option.h getloadavg.h