From eca33144b002394e0bd6c1b9b37a3ff5d2a8c278 Mon Sep 17 00:00:00 2001 From: thib Date: Sat, 10 Feb 2001 12:55:43 +0000 Subject: [PATCH] removed unused CFLAGS --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.40.0