You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ma...@hyperreal.org on 1999/07/07 17:11:06 UTC

cvs commit: apache-2.0/mpm/src/modules/mpm/mpmt_pthread Makefile.tmpl

martin      99/07/07 08:11:06

  Modified:    mpm/src/modules/mpm/mpmt_pthread Makefile.tmpl
  Log:
  Remove explicit dependency on /usr/include/pthread.h --
   could as well be installed somewhere else.
  
  Revision  Changes    Path
  1.3       +4 -4      apache-2.0/mpm/src/modules/mpm/mpmt_pthread/Makefile.tmpl
  
  Index: Makefile.tmpl
  ===================================================================
  RCS file: /home/cvs/apache-2.0/mpm/src/modules/mpm/mpmt_pthread/Makefile.tmpl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Makefile.tmpl	1999/06/27 03:45:15	1.2
  +++ Makefile.tmpl	1999/07/07 15:11:05	1.3
  @@ -67,7 +67,7 @@
    $(INCDIR)/http_protocol.h $(INCDIR)/http_request.h \
    $(INCDIR)/http_conf_globals.h $(INCDIR)/http_core.h \
    $(INCDIR)/http_vhost.h $(INCDIR)/util_script.h \
  - acceptlock.h $(INCDIR)/http_accept.h /usr/include/pthread.h
  + acceptlock.h $(INCDIR)/http_accept.h
   http_accept.o: http_accept.c $(INCDIR)/httpd.h \
    $(INCDIR)/ap_config.h $(INCDIR)/ap_mmn.h \
    $(INCDIR)/ap_config_auto.h $(OSDIR)/os.h \
  @@ -77,7 +77,7 @@
    $(INCDIR)/ap.h $(INCDIR)/apr.h \
    $(INCDIR)/util_uri.h $(INCDIR)/http_log.h \
    $(INCDIR)/http_main.h $(INCDIR)/http_conf_globals.h \
  - acceptlock.h $(INCDIR)/scoreboard.h /usr/include/pthread.h \
  + acceptlock.h $(INCDIR)/scoreboard.h  \
    $(INCDIR)/http_config.h $(INCDIR)/ap_listen.h \
    $(INCDIR)/http_accept.h mpmt_pthread.h
   mpmt_pthread.o: mpmt_pthread.c $(INCDIR)/httpd.h \
  @@ -92,7 +92,7 @@
    $(INCDIR)/http_core.h $(INCDIR)/http_connection.h \
    $(INCDIR)/ap_mpm.h $(OSDIR)/unixd.h \
    $(OSDIR)/iol_socket.h $(INCDIR)/ap_listen.h \
  - $(INCDIR)/scoreboard.h /usr/include/pthread.h acceptlock.h \
  + $(INCDIR)/scoreboard.h  acceptlock.h \
    $(INCDIR)/http_accept.h
   scoreboard.o: scoreboard.c $(INCDIR)/httpd.h \
    $(INCDIR)/ap_config.h $(INCDIR)/ap_mmn.h \
  @@ -105,4 +105,4 @@
    $(INCDIR)/http_main.h $(INCDIR)/http_core.h \
    $(INCDIR)/http_config.h $(OSDIR)/unixd.h \
    $(INCDIR)/http_conf_globals.h mpmt_pthread.h \
  - $(INCDIR)/scoreboard.h /usr/include/pthread.h
  + $(INCDIR)/scoreboard.h