From 6c0d7b8b0e822773cb22a7632014cb49e046d66c Mon Sep 17 00:00:00 2001 From: Thibault Godouet Date: Fri, 15 Sep 2000 20:17:42 +0000 Subject: [PATCH] fcron and fcrontab depends also on HEADERS --- Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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) -- 2.47.3