From f09fa735d07d03700f5bb97d97ff6c2d6dbcedc1 Mon Sep 17 00:00:00 2001 From: Michael Poole Date: Tue, 30 Oct 2007 01:16:58 +0000 Subject: [PATCH] Fix dependencies for generating version.h. git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/branches/u2_10_12_branch@1836 c9e4aea6-c8fd-4c43-8297-357d70d61c8c --- ChangeLog | 4 ++++ ircd/Makefile.in | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index dd54d35..28916be 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-09-05 Michael Poole + + * ircd/Makefile.in: Fix dependencies for version.h generation. + 2007-08-20 Michael Poole * ircd/send.c (sendwallto_group_butone): Move a feature_bool() diff --git a/ircd/Makefile.in b/ircd/Makefile.in index a75a218..3b01d2d 100644 --- a/ircd/Makefile.in +++ b/ircd/Makefile.in @@ -243,10 +243,10 @@ convert-conf: ${CONVERT_CONF_OBJS} ${PURIFY} ${CC} ${CONVERT_CONF_OBJS} ${LDFLAGS} -o convert-conf .PHONY: version.c -version.c: version.c.SH umkpasswd +version.c: version.c.SH ${top_srcdir}/include/patchlist.h umkpasswd ${SHELL} ${srcdir}/version.c.SH ${top_srcdir} -../include/patchlist.h: +${top_srcdir}/include/patchlist.h: (cd ${top_srcdir} ; ./ircd-patch update) ircd_string.o: ircd_string.c chattr.tab.c -- 2.20.1