Fix dependencies for generating version.h.
authorMichael Poole <mdpoole@troilus.org>
Tue, 30 Oct 2007 01:16:58 +0000 (01:16 +0000)
committerMichael Poole <mdpoole@troilus.org>
Tue, 30 Oct 2007 01:16:58 +0000 (01:16 +0000)
git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/branches/u2_10_12_branch@1836 c9e4aea6-c8fd-4c43-8297-357d70d61c8c

ChangeLog
ircd/Makefile.in

index dd54d3533532d50ef1aabd593763c3e51d5d9e49..28916be22b816b3ccb578c5542d9d153a8b3e5d2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-09-05  Michael Poole <mdpoole@troilus.org>
+
+       * ircd/Makefile.in: Fix dependencies for version.h generation.
+
 2007-08-20  Michael Poole <mdpoole@troilus.org>
 
        * ircd/send.c (sendwallto_group_butone): Move a feature_bool()
index a75a218404215ea49e2ac3bda533a5e980c898ff..3b01d2d84cb291fd8bc25351f055f940d2518ad2 100644 (file)
@@ -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