chuck 96/10/27 10:28:22
Modified: src Makefile.tmpl
Log:
changed to include Roy's util_date.c
Revision Changes Path
1.30 +3 -2 apache/src/Makefile.tmpl
Index: Makefile.tmpl
===================================================================
RCS file: /export/home/cvs/apache/src/Makefile.tmpl,v
retrieving revision 1.29
retrieving revision 1.30
diff -C3 -r1.29 -r1.30
*** Makefile.tmpl 1996/10/09 14:51:21 1.29
--- Makefile.tmpl 1996/10/27 18:28:21 1.30
***************
*** 1,4 ****
! # $Id: Makefile.tmpl,v 1.29 1996/10/09 14:51:21 chuck Exp $
# Apache makefile template (well, suffix).
# This is combined with the information in the "Configuration" file
--- 1,4 ----
! # $Id: Makefile.tmpl,v 1.30 1996/10/27 18:28:21 chuck Exp $
# Apache makefile template (well, suffix).
# This is combined with the information in the "Configuration" file
***************
*** 11,17 ****
OBJS= alloc.o http_main.o http_core.o http_config.o http_request.o \
http_log.o http_protocol.o rfc1413.o util.o util_script.o modules.o
buff.o\
! md5c.o util_md5.o explain.o http_bprintf.o $(MODULES)
.c.o:
$(CC) -c $(INCLUDES) $(CFLAGS) $(SPACER) $<
--- 11,17 ----
OBJS= alloc.o http_main.o http_core.o http_config.o http_request.o \
http_log.o http_protocol.o rfc1413.o util.o util_script.o modules.o
buff.o\
! md5c.o util_md5.o explain.o http_bprintf.o util_date.o $(MODULES)
.c.o:
$(CC) -c $(INCLUDES) $(CFLAGS) $(SPACER) $<
***************
*** 91,94 ****
--- 91,95 ----
util.o: http_conf_globals.h
util_script.o: http_core.h http_main.h http_protocol.h util_script.h
util_md5.o: md5.h
+ util_date.o: util_date.h