]> granicus.if.org Git - fcron/commitdiff
fcron and fcrontab depends also on HEADERS
authorthib <thib>
Fri, 15 Sep 2000 20:17:42 +0000 (20:17 +0000)
committerthib <thib>
Fri, 15 Sep 2000 20:17:42 +0000 (20:17 +0000)
Makefile.in

index ccc7377f4ccd261085c5ab516fb4e3caffe8e4da..dd6c9d33c347fc5b580e672a548cf6dedae1a26c 100644 (file)
@@ -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)