From 31d74f6b446653e5d35fa590a5daa440252c5274 Mon Sep 17 00:00:00 2001 From: Nathan Bryant Date: Mon, 7 Dec 1998 05:33:04 +0000 Subject: [PATCH] updated dependencies --- webcit/ChangeLog | 3 +++ webcit/Makefile.in | 14 +++++++------- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/webcit/ChangeLog b/webcit/ChangeLog index 0420b2ec4..4fc45760f 100644 --- a/webcit/ChangeLog +++ b/webcit/ChangeLog @@ -1,3 +1,6 @@ +1998-12-07 Nathan Bryant + * Makefile.in: updated dependencies + Sun Dec 6 19:50:55 EST 1998 Art Cancro * Fixed broken interpretation of variables specified in the URL * added new "action" variable to make main loop simpler diff --git a/webcit/Makefile.in b/webcit/Makefile.in index 543bc442e..a008a7cca 100644 --- a/webcit/Makefile.in +++ b/webcit/Makefile.in @@ -24,7 +24,7 @@ webserver: webserver.o context_loop.o $(LIBOBJS) webserver.o: webserver.c webcit.h $(CC) $(CFLAGS) $(DEFS) -c -D_REENTRANT webserver.c -context_loop.o: context_loop.c webcit.h +context_loop.o: context_loop.c webcit.h webserver.h $(CC) $(CFLAGS) $(DEFS) -c -D_REENTRANT context_loop.c snprintf.o: snprintf.c @@ -37,26 +37,26 @@ webcit: webcit.o auth.o tcp_sockets.o mainmenu.o serv_func.o who.o \ $(CC) webcit.o auth.o tcp_sockets.o mainmenu.o serv_func.o who.o \ tools.o roomops.o -o webcit -webcit.o: webcit.c webcit.h +webcit.o: webcit.c webcit.h child.h $(CC) $(CFLAGS) $(DEFS) -c webcit.c -auth.o: auth.c webcit.h +auth.o: auth.c webcit.h child.h $(CC) $(CFLAGS) $(DEFS) -c auth.c tcp_sockets.o: tcp_sockets.c webcit.h $(CC) $(CFLAGS) $(DEFS) -c tcp_sockets.c -mainmenu.o: mainmenu.c webcit.h +mainmenu.o: mainmenu.c webcit.h child.h $(CC) $(CFLAGS) $(DEFS) -c mainmenu.c -serv_func.o: serv_func.c webcit.h +serv_func.o: serv_func.c webcit.h child.h $(CC) $(CFLAGS) $(DEFS) -c serv_func.c -who.o: who.c webcit.h +who.o: who.c webcit.h child.h $(CC) $(CFLAGS) $(DEFS) -c who.c tools.o: tools.c webcit.h $(CC) $(CFLAGS) $(DEFS) -c tools.c -roomops.o: roomops.c webcit.h +roomops.o: roomops.c webcit.h child.h $(CC) $(CFLAGS) $(DEFS) -c roomops.c -- 2.39.2