Committer  : entrope
CVSROOT    : /cvsroot/undernet-ircu
Module     : ircu2.10
Branch tags: u2_10_12_branch
Commit time: 2007-10-30 01:17:08 UTC

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

Log message:

Fix dependencies for generating version.h.

---------------------- diff included ----------------------
Index: ircu2.10/ChangeLog
diff -u ircu2.10/ChangeLog:1.710.2.206 ircu2.10/ChangeLog:1.710.2.207
--- ircu2.10/ChangeLog:1.710.2.206      Mon Oct 29 18:14:50 2007
+++ ircu2.10/ChangeLog  Mon Oct 29 18:16:58 2007
@@ -1,3 +1,7 @@
+2007-09-05  Michael Poole <[EMAIL PROTECTED]>
+
+       * ircd/Makefile.in: Fix dependencies for version.h generation.
+
 2007-08-20  Michael Poole <[EMAIL PROTECTED]>
 
        * ircd/send.c (sendwallto_group_butone): Move a feature_bool()
Index: ircu2.10/ircd/Makefile.in
diff -u ircu2.10/ircd/Makefile.in:1.69.2.4 ircu2.10/ircd/Makefile.in:1.69.2.5
--- ircu2.10/ircd/Makefile.in:1.69.2.4  Tue Aug 14 18:15:53 2007
+++ ircu2.10/ircd/Makefile.in   Mon Oct 29 18:16:57 2007
@@ -243,10 +243,10 @@
        ${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
----------------------- End of diff -----------------------
_______________________________________________
Patches mailing list
[email protected]
http://undernet.sbg.org/mailman/listinfo/patches

Reply via email to