Committer  : entrope
CVSROOT    : /cvsroot/undernet-ircu
Module     : ircu2.10
Commit time: 2005-11-28 02:25:32 UTC

Modified files:
     ChangeLog ircd/Makefile.in

Log message:

Update dependencies for version.c.

---------------------- diff included ----------------------
Index: ircu2.10/ChangeLog
diff -u ircu2.10/ChangeLog:1.750 ircu2.10/ChangeLog:1.751
--- ircu2.10/ChangeLog:1.750    Sun Nov 27 18:17:29 2005
+++ ircu2.10/ChangeLog  Sun Nov 27 18:25:22 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.71 ircu2.10/ircd/Makefile.in:1.72
--- ircu2.10/ircd/Makefile.in:1.71      Mon Oct 17 20:20:39 2005
+++ ircu2.10/ircd/Makefile.in   Sun Nov 27 18:25:22 2005
@@ -252,7 +252,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