From 2d5dc036f8da036cc01bb760af88766445d95605 Mon Sep 17 00:00:00 2001 From: hikari Date: Sat, 18 Sep 2004 10:12:51 +0000 Subject: [PATCH] Author: hikari 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 | 4 ++++ ircd/Makefile.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6818693..3e113ff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-09-18 hikari + + * ircd/Makefile.in: Fixed a missing internal build dependency. + 2004-09-16 Michael Poole * INSTALL: Fix name of example.conf and mention its installed diff --git a/ircd/Makefile.in b/ircd/Makefile.in index 7da7752..2867eab 100644 --- a/ircd/Makefile.in +++ b/ircd/Makefile.in @@ -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: -- 2.20.1