dgaudet     98/02/22 16:04:44

  Modified:    src/main Makefile.tmpl
  Log:
  no explain.c
  
  Revision  Changes    Path
  1.12      +1 -4      apache-1.3/src/main/Makefile.tmpl
  
  Index: Makefile.tmpl
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/main/Makefile.tmpl,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- Makefile.tmpl     1998/02/22 04:37:10     1.11
  +++ Makefile.tmpl     1998/02/23 00:04:43     1.12
  @@ -11,7 +11,7 @@
   
   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 buff.o \
  -  md5c.o util_md5.o explain.o http_bprintf.o util_date.o \
  +  md5c.o util_md5.o http_bprintf.o util_date.o \
     fnmatch.o http_vhost.o
   
   .c.o:
  @@ -55,9 +55,6 @@
   buff.o: buff.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_main.h $(INCDIR)/http_log.h
  -explain.o: explain.c $(INCDIR)/httpd.h $(INCDIR)/conf.h \
  - ../os/unix/os.h $(INCDIR)/hsregex.h $(INCDIR)/alloc.h \
  - $(INCDIR)/buff.h $(INCDIR)/ap.h $(INCDIR)/explain.h
   fnmatch.o: fnmatch.c $(INCDIR)/fnmatch.h
   http_bprintf.o: http_bprintf.c $(INCDIR)/httpd.h $(INCDIR)/conf.h \
    ../os/unix/os.h $(INCDIR)/hsregex.h $(INCDIR)/alloc.h \
  
  
  

Reply via email to