Author: hikari <hikari@undernet.org>
authorhikari <hikari@hikari.org.uk>
Sat, 18 Sep 2004 10:12:51 +0000 (10:12 +0000)
committerhikari <hikari@hikari.org.uk>
Sat, 18 Sep 2004 10:12:51 +0000 (10:12 +0000)
Log message:

  Fixed a missing build dependency: version.c requires patchlist.h to have been generated, in order to be compiled.

bb
hikari

git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/trunk@1147 c9e4aea6-c8fd-4c43-8297-357d70d61c8c

ChangeLog
ircd/Makefile.in

index 68186934a5d11541844ce38a42c28128b09c4166..3e113ff782f992c4a5cbf043e9107bf51d281080 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-09-18  hikari <hikari@undernet.org>
+
+       * ircd/Makefile.in: Fixed a missing internal build dependency.
+       
 2004-09-16  Michael Poole <mdpoole@troilus.org>
 
        * INSTALL: Fix name of example.conf and mention its installed
index 7da7752ec730b0be7c398e2e0c03e2cbbca8d964..2867eab4b2338e09c05eb5ba7ace29853cb250a4 100644 (file)
@@ -244,7 +244,7 @@ ircd: ${OBJS} ../include/patchlevel.h version.o
 # 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: