You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by dg...@hyperreal.org on 1998/07/20 18:20:24 UTC

cvs commit: apache-1.3/src/modules/test Makefile.tmpl

dgaudet     98/07/20 09:20:24

  Modified:    src/modules/test Makefile.tmpl
  Log:
  dependency update, this won't compile in 1.3.1
  
  Revision  Changes    Path
  1.11      +10 -10    apache-1.3/src/modules/test/Makefile.tmpl
  
  Index: Makefile.tmpl
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/modules/test/Makefile.tmpl,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- Makefile.tmpl	1998/07/09 00:08:46	1.10
  +++ Makefile.tmpl	1998/07/20 16:20:23	1.11
  @@ -5,14 +5,14 @@
   
   # DO NOT REMOVE
   mod_rndchunk.o: mod_rndchunk.c $(INCDIR)/httpd.h \
  - $(INCDIR)/conf.h $(OSDIR)/os.h $(INCDIR)/apctype.h \
  - $(INCDIR)/hsregex.h $(INCDIR)/alloc.h $(INCDIR)/buff.h \
  - $(INCDIR)/ap.h $(INCDIR)/util_uri.h \
  - $(INCDIR)/http_protocol.h $(INCDIR)/http_config.h \
  - $(INCDIR)/http_main.h
  + $(INCDIR)/ap_config.h $(INCDIR)/ap_config_auto.h \
  + $(OSDIR)/os.h $(INCDIR)/ap_ctype.h $(INCDIR)/hsregex.h \
  + $(INCDIR)/alloc.h $(INCDIR)/buff.h $(INCDIR)/ap.h \
  + $(INCDIR)/util_uri.h $(INCDIR)/http_protocol.h \
  + $(INCDIR)/http_config.h $(INCDIR)/http_main.h
   mod_test_util_uri.o: mod_test_util_uri.c $(INCDIR)/httpd.h \
  - $(INCDIR)/conf.h $(OSDIR)/os.h $(INCDIR)/apctype.h \
  - $(INCDIR)/hsregex.h $(INCDIR)/alloc.h $(INCDIR)/buff.h \
  - $(INCDIR)/ap.h $(INCDIR)/util_uri.h \
  - $(INCDIR)/http_protocol.h $(INCDIR)/http_config.h \
  - $(INCDIR)/http_main.h
  + $(INCDIR)/ap_config.h $(INCDIR)/ap_config_auto.h \
  + $(OSDIR)/os.h $(INCDIR)/ap_ctype.h $(INCDIR)/hsregex.h \
  + $(INCDIR)/alloc.h $(INCDIR)/buff.h $(INCDIR)/ap.h \
  + $(INCDIR)/util_uri.h $(INCDIR)/http_protocol.h \
  + $(INCDIR)/http_config.h $(INCDIR)/http_main.h