dgaudet 97/07/16 21:37:47
Modified: src Makefile.tmpl Log: Update them dependencies. Revision Changes Path 1.52 +6 -0 apache/src/Makefile.tmpl Index: Makefile.tmpl =================================================================== RCS file: /export/home/cvs/apache/src/Makefile.tmpl,v retrieving revision 1.51 retrieving revision 1.52 diff -C3 -r1.51 -r1.52 *** Makefile.tmpl 1997/07/14 10:20:01 1.51 --- Makefile.tmpl 1997/07/17 04:37:46 1.52 *************** *** 67,72 **** --- 67,73 ---- # DO NOT REMOVE alloc.o: alloc.c httpd.h conf.h alloc.h buff.h multithread.h buff.o: buff.c httpd.h conf.h alloc.h buff.h http_main.h + dummy.o: dummy.c explain.o: explain.c explain.h http_bprintf.o: http_bprintf.c httpd.h conf.h alloc.h buff.h http_config.o: http_config.c httpd.h conf.h alloc.h buff.h \ *************** *** 105,110 **** --- 106,114 ---- http_config.h http_core.h http_log.h http_protocol.h mod_auth_msql.o: mod_auth_msql.c httpd.h conf.h alloc.h buff.h \ http_config.h http_core.h http_log.h http_protocol.h + mod_autoindex.o: mod_autoindex.c httpd.h conf.h alloc.h buff.h \ + http_config.h http_core.h http_request.h http_protocol.h http_log.h \ + http_main.h util_script.h mod_browser.o: mod_browser.c httpd.h conf.h alloc.h buff.h \ http_config.h mod_cern_meta.o: mod_cern_meta.c httpd.h conf.h alloc.h buff.h \ *************** *** 140,145 **** --- 144,151 ---- mod_log_referer.o: mod_log_referer.c httpd.h conf.h alloc.h buff.h \ http_config.h mod_mime.o: mod_mime.c httpd.h conf.h alloc.h buff.h http_config.h + mod_mime_magic.o: mod_mime_magic.c httpd.h conf.h alloc.h buff.h \ + http_config.h http_request.h http_core.h http_log.h http_protocol.h mod_negotiation.o: mod_negotiation.c httpd.h conf.h alloc.h buff.h \ http_config.h http_request.h http_core.h http_log.h util_script.h mod_rewrite.o: mod_rewrite.c httpd.h conf.h alloc.h buff.h \