From: Thibault Godouet Date: Fri, 12 Sep 2003 21:35:14 +0000 (+0000) Subject: added some $SRCDIR X-Git-Tag: ver2_9_4~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7bda8bc5bb432cb748cc5f40c16b47c9c09ef959;p=thirdparty%2Ffcron.git added some $SRCDIR --- diff --git a/Makefile.in b/Makefile.in index cd90fc9..50e42ff 100644 --- a/Makefile.in +++ b/Makefile.in @@ -4,7 +4,7 @@ # @configure_input@ -# $Id: Makefile.in,v 1.98 2003-07-14 12:10:48 thib Exp $ +# $Id: Makefile.in,v 1.99 2003-09-12 21:35:14 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 @@ -174,8 +174,9 @@ vclean: ciclean rm -f config.log config.status config.h config.cache Makefile -files/fcron.conf: files/fcron.conf.in config.h - script/gen-in.pl files/fcron.conf.in files/fcron.conf ./ +files/fcron.conf: $(SRCDIR)/files/fcron.conf.in config.h + mkdir files + $(SRCDIR)/script/gen-in.pl $(SRCDIR)/files/fcron.conf.in files/fcron.conf ./ updatedoc: @(cd doc && make doc)