From: Thibault Godouet Date: Sat, 10 Feb 2001 12:55:43 +0000 (+0000) Subject: removed unused CFLAGS X-Git-Tag: ver2_9_4~413 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63c7d2528fecb7d2f823b8e3d82805fa36452705;p=thirdparty%2Ffcron.git removed unused CFLAGS --- diff --git a/Makefile.in b/Makefile.in index cf11f5f..cd597f8 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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