martin 98/02/27 07:26:06
Modified: src/main Makefile.tmpl
Log:
Dean, this 'make depend' stuff was a great job
Revision Changes Path
1.14 +4 -0 apache-1.3/src/main/Makefile.tmpl
Index: Makefile.tmpl
===================================================================
RCS file: /home/cvs/apache-1.3/src/main/Makefile.tmpl,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -u -r1.13 -r1.14
--- Makefile.tmpl 1998/02/27 15:15:18 1.13
+++ Makefile.tmpl 1998/02/27 15:26:05 1.14
@@ -125,3 +125,7 @@
$(INCDIR)/http_log.h $(INCDIR)/http_protocol.h \
$(INCDIR)/http_core.h $(INCDIR)/http_request.h \
$(INCDIR)/util_script.h $(INCDIR)/util_date.h
+util_uri.o: util_uri.c $(INCDIR)/httpd.h $(INCDIR)/conf.h \
+ ../os/unix/os.h $(INCDIR)/hsregex.h $(INCDIR)/alloc.h \
+ $(INCDIR)/buff.h $(INCDIR)/ap.h $(INCDIR)/http_log.h \
+ $(INCDIR)/http_conf_globals.h $(INCDIR)/util_uri.h