Update dependencies for version.c.
authorMichael Poole <mdpoole@troilus.org>
Mon, 28 Nov 2005 02:25:22 +0000 (02:25 +0000)
committerMichael Poole <mdpoole@troilus.org>
Mon, 28 Nov 2005 02:25:22 +0000 (02:25 +0000)
git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/branches/u2_10_12_branch@1572 c9e4aea6-c8fd-4c43-8297-357d70d61c8c

ChangeLog
ircd/Makefile.in

index 3f2cef74684cb09462466540eb4e73cb73226ab4..e38746a031f76e7bcaaab2eb041fd6178db28a10 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-11-27  Michael Poole <mdpoole@troilus.org>
+
+       * ircd/Makefile.in (version.c): version.c also depends on
+       version.h, patchlevel.h and source files.
+
 2005-11-27  Michael Poole <mdpoole@troilus.org>
 
        * ircd/m_join.c (m_join): Count a join to a new channel as a
index aa28b7e1c1139322da70af6e2faab18f8db8100d..f0a96ebe6fe2e7efedd728c548160f3c1affdba0 100644 (file)
@@ -253,7 +253,8 @@ convert-conf: ${CONVERT_CONF_OBJS}
 # must be a better solution...perhaps sum all of the .c files and include
 # only that one sum?
 #
-version.c: ../include/patchlist.h version.c.SH umkpasswd
+version.c: ../include/patchlist.h version.c.SH umkpasswd \
+       ../include/version.h ../include/patchlevel.h ${SRC}
        ${SHELL} ${srcdir}/version.c.SH ${top_srcdir}
 
 ../include/patchlist.h: