marc        98/03/15 08:51:08

  Modified:    src/modules/proxy Makefile.tmpl
  Log:
  Make mod_proxy compile by removing stale dependency on mod_mime.h.
  
  Revision  Changes    Path
  1.7       +1 -1      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.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- Makefile.tmpl     1998/03/13 07:27:57     1.6
  +++ Makefile.tmpl     1998/03/15 16:51:07     1.7
  @@ -83,7 +83,7 @@
    $(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 ../standard/mod_mime.h
  + $(INCDIR)/http_main.h
   proxy_http.o: proxy_http.c mod_proxy.h $(INCDIR)/httpd.h \
    $(INCDIR)/conf.h ../../os/unix/os.h $(INCDIR)/hsregex.h \
    $(INCDIR)/alloc.h $(INCDIR)/buff.h $(INCDIR)/ap.h \
  
  
  

Reply via email to