Committer : shad0w
CVSROOT : /cvsroot/undernet-ircu
Module : ircu2.10
Commit time: 2004-09-18 10:13:01 UTC
Modified files:
ChangeLog ircd/Makefile.in
Log message:
Author: hikari <[EMAIL PROTECTED]>
Log message:
Fixed a missing build dependency: version.c requires patchlist.h to have been
generated, in order to be compiled.
bb
hikari
---------------------- diff included ----------------------
Index: ircu2.10/ChangeLog
diff -u ircu2.10/ChangeLog:1.470 ircu2.10/ChangeLog:1.471
--- ircu2.10/ChangeLog:1.470 Thu Sep 16 20:42:57 2004
+++ ircu2.10/ChangeLog Sat Sep 18 03:12:50 2004
@@ -1,3 +1,7 @@
+2004-09-18 hikari <[EMAIL PROTECTED]>
+
+ * ircd/Makefile.in: Fixed a missing internal build dependency.
+
2004-09-16 Michael Poole <[EMAIL PROTECTED]>
* INSTALL: Fix name of example.conf and mention its installed
Index: ircu2.10/ircd/Makefile.in
diff -u ircu2.10/ircd/Makefile.in:1.58 ircu2.10/ircd/Makefile.in:1.59
--- ircu2.10/ircd/Makefile.in:1.58 Fri Sep 10 16:02:54 2004
+++ ircu2.10/ircd/Makefile.in Sat Sep 18 03:12:51 2004
@@ -244,7 +244,7 @@
# must be a better solution...perhaps sum all of the .c files and include
# only that one sum?
#
-version.c: version.c.SH umkpasswd
+version.c: ../include/patchlist.h version.c.SH umkpasswd
${SHELL} ${srcdir}/version.c.SH ${top_srcdir}
../include/patchlist.h:
----------------------- End of diff -----------------------