From: Thibault Godouet Date: Fri, 15 Sep 2000 20:17:42 +0000 (+0000) Subject: fcron and fcrontab depends also on HEADERS X-Git-Tag: ver2_9_4~565 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c0d7b8b0e822773cb22a7632014cb49e046d66c;p=thirdparty%2Ffcron.git fcron and fcrontab depends also on HEADERS --- diff --git a/Makefile.in b/Makefile.in index ccc7377..dd6c9d3 100644 --- a/Makefile.in +++ b/Makefile.in @@ -4,7 +4,7 @@ # @configure_input@ -# $Id: Makefile.in,v 1.36 2000-09-14 19:02:51 thib Exp $ +# $Id: Makefile.in,v 1.37 2000-09-15 20:17:42 thib Exp $ # Where should we install it ? prefix = @prefix@ @@ -58,10 +58,10 @@ REXP_MANPAGES=.*[158] all: fcron fcrontab updatedoc -fcron: $(OBJSD) +fcron: $(OBJSD) $(HEADERSD) $(CC) $(CFLAGS) $(LIBS) -o $@ $(OBJSD) -fcrontab: $(OBJS) +fcrontab: $(OBJS) $(HEADERS) $(CC) $(CFLAGS) $(LIBS) -o $@ $(OBJS) fcrontab.o: fcrontab.c $(HEADERS)