add bind.keys.h dependancy on ${srcdir}/bindkeys.pl

This commit is contained in:
Mark Andrews
2010-06-20 07:17:02 +00:00
parent 1154295949
commit 56b9fb463c

View File

@@ -13,7 +13,7 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
# $Id: Makefile.in,v 1.109 2009/12/05 23:31:40 each Exp $
# $Id: Makefile.in,v 1.110 2010/06/20 07:17:02 marka Exp $
srcdir = @srcdir@
VPATH = @srcdir@
@@ -118,7 +118,7 @@ main.@O@: main.c
-DNS_LOCALSTATEDIR=\"${localstatedir}\" \
-DNS_SYSCONFDIR=\"${sysconfdir}\" -c ${srcdir}/main.c
bind.keys.h: ${top_srcdir}/bind.keys
bind.keys.h: ${top_srcdir}/bind.keys ${srcdir}/bindkeys.pl
${PERL} ${srcdir}/bindkeys.pl < ${top_srcdir}/bind.keys > $@
config.@O@: config.c bind.keys.h