From: Thibault Godouet Date: Wed, 13 Sep 2000 15:10:02 +0000 (+0000) Subject: removed unused OTHERFLAGS X-Git-Tag: ver2_9_4~582 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3b351d254b75fad768c6757a7f2819d8483772d;p=thirdparty%2Ffcron.git removed unused OTHERFLAGS --- diff --git a/Makefile.in b/Makefile.in index f2e3cbd..b208674 100644 --- a/Makefile.in +++ b/Makefile.in @@ -4,7 +4,7 @@ # @configure_input@ -# $Id: Makefile.in,v 1.32 2000-09-13 06:01:51 thib Exp $ +# $Id: Makefile.in,v 1.33 2000-09-13 15:10:02 thib Exp $ # Where should we install it ? prefix = @prefix@ @@ -46,7 +46,7 @@ OPTION = #################################### VERSION= @VERSION@ -CFLAGS= $(INCLUDE) $(OPTIM) $(OTHERFLAGS) $(OPTION) $(DEFS) $(LIBS) +CFLAGS= $(INCLUDE) $(OPTIM) $(OPTION) $(DEFS) $(LIBS) 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