rse         98/07/06 04:36:23

  Modified:    src/modules/proxy Makefile.tmpl
  Log:
  Update dependencies.
  
  Revision  Changes    Path
  1.19      +5 -3      apache-1.3/src/modules/proxy/Makefile.tmpl
  
  Index: Makefile.tmpl
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/modules/proxy/Makefile.tmpl,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- Makefile.tmpl     1998/05/29 18:20:58     1.18
  +++ Makefile.tmpl     1998/07/06 11:36:22     1.19
  @@ -75,7 +75,8 @@
    $(INCDIR)/conf.h $(OSDIR)/os.h $(INCDIR)/alloc.h \
    $(INCDIR)/buff.h $(INCDIR)/ap.h $(INCDIR)/util_uri.h \
    $(INCDIR)/http_config.h $(INCDIR)/http_protocol.h \
  - $(INCDIR)/explain.h $(INCDIR)/http_main.h
  + $(INCDIR)/explain.h $(INCDIR)/http_main.h \
  + $(INCDIR)/http_log.h
   proxy_http.o: proxy_http.c mod_proxy.h $(INCDIR)/httpd.h \
    $(INCDIR)/conf.h $(OSDIR)/os.h $(INCDIR)/alloc.h \
    $(INCDIR)/buff.h $(INCDIR)/ap.h $(INCDIR)/util_uri.h \
  @@ -87,5 +88,6 @@
    $(INCDIR)/conf.h $(OSDIR)/os.h $(INCDIR)/alloc.h \
    $(INCDIR)/buff.h $(INCDIR)/ap.h $(INCDIR)/util_uri.h \
    $(INCDIR)/http_config.h $(INCDIR)/http_protocol.h \
  - $(INCDIR)/explain.h $(INCDIR)/http_main.h $(INCDIR)/ap_md5.h \
  - $(INCDIR)/multithread.h $(INCDIR)/http_log.h
  + $(INCDIR)/explain.h $(INCDIR)/http_main.h \
  + $(INCDIR)/ap_md5.h $(INCDIR)/multithread.h \
  + $(INCDIR)/http_log.h
  
  
  

Reply via email to