You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by mc...@apache.org on 2003/01/14 22:21:41 UTC

cvs commit: apache-1.3/src Makefile.tmpl

mccreedy    2003/01/14 13:21:41

  Modified:    src      Makefile.tmpl
  Log:
  Have Makefile.tmpl use the platform's apache/src/os directory for os.h
  dependency instead of hardcoded os/unix/os.h file.
  
  Revision  Changes    Path
  1.120     +2 -2      apache-1.3/src/Makefile.tmpl
  
  Index: Makefile.tmpl
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/Makefile.tmpl,v
  retrieving revision 1.119
  retrieving revision 1.120
  diff -u -r1.119 -r1.120
  --- Makefile.tmpl	13 May 2002 08:13:06 -0000	1.119
  +++ Makefile.tmpl	14 Jan 2003 21:21:41 -0000	1.120
  @@ -125,10 +125,10 @@
   
   # DO NOT REMOVE
   buildmark.o: buildmark.c include/ap_config.h include/ap_mmn.h \
  - include/ap_config_auto.h os/unix/os.h include/ap_ctype.h \
  + include/ap_config_auto.h $(OSDIR)/os.h include/ap_ctype.h \
    include/hsregex.h include/httpd.h include/ap_alloc.h include/buff.h \
    include/ap.h include/util_uri.h
   modules.o: modules.c include/httpd.h include/ap_config.h \
  - include/ap_mmn.h include/ap_config_auto.h os/unix/os.h \
  + include/ap_mmn.h include/ap_config_auto.h $(OSDIR)/os.h \
    include/ap_ctype.h include/hsregex.h include/ap_alloc.h include/buff.h \
    include/ap.h include/util_uri.h include/http_config.h