Committer  : entrope
CVSROOT    : /cvsroot/undernet-ircu
Module     : ircu2.10
Branch tags: u2_10_12_branch
Commit time: 2005-11-28 02:23:14 UTC

Modified files:
  Tag: u2_10_12_branch
     ChangeLog ircd/Makefile.in

Log message:

Update dependencies for version.c.

---------------------- diff included ----------------------
Index: ircu2.10/ChangeLog
diff -u ircu2.10/ChangeLog:1.710.2.43 ircu2.10/ChangeLog:1.710.2.44
--- ircu2.10/ChangeLog:1.710.2.43       Sun Nov 27 18:14:38 2005
+++ ircu2.10/ChangeLog  Sun Nov 27 18:23:04 2005
@@ -1,5 +1,10 @@
 2005-11-27  Michael Poole <[EMAIL PROTECTED]>
 
+       * ircd/Makefile.in (version.c): version.c also depends on
+       version.h, patchlevel.h and source files.
+
+2005-11-27  Michael Poole <[EMAIL PROTECTED]>
+
        * ircd/m_join.c (m_join): Count a join to a new channel as a
        target change.
 
Index: ircu2.10/ircd/Makefile.in
diff -u ircu2.10/ircd/Makefile.in:1.69 ircu2.10/ircd/Makefile.in:1.69.2.1
--- ircu2.10/ircd/Makefile.in:1.69      Tue Sep 20 16:17:54 2005
+++ ircu2.10/ircd/Makefile.in   Sun Nov 27 18:23:04 2005
@@ -253,7 +253,8 @@
 # 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:
----------------------- End of diff -----------------------
_______________________________________________
Patches mailing list
[email protected]
http://undernet.sbg.org/mailman/listinfo/patches

Reply via email to