You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by be...@locus.apache.org on 2000/07/09 18:27:27 UTC

cvs commit: apache-2.0/src/lib/apr/threadproc/unix Makefile.in

ben         00/07/09 09:27:27

  Modified:    src/lib/apr/threadproc/unix Makefile.in
  Log:
  Make depend.
  
  Revision  Changes    Path
  1.20      +6 -0      apache-2.0/src/lib/apr/threadproc/unix/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/threadproc/unix/Makefile.in,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- Makefile.in	2000/07/07 19:20:47	1.19
  +++ Makefile.in	2000/07/09 16:27:27	1.20
  @@ -81,6 +81,12 @@
    $(INCDIR)/apr_private.h ../../file_io/unix/fileio.h \
    $(INCDIR)/apr_lib.h $(INCDIR)/apr_pools.h \
    $(INCDIR)/apr_tables.h
  +threadcancel.o: threadcancel.c threadproc.h $(INCDIR)/apr.h \
  + $(INCDIR)/apr_private.h $(INCDIR)/apr_thread_proc.h \
  + $(INCDIR)/apr_file_io.h $(INCDIR)/apr_general.h \
  + $(INCDIR)/apr_errno.h $(INCDIR)/apr_time.h \
  + ../../file_io/unix/fileio.h $(INCDIR)/apr_lib.h \
  + $(INCDIR)/apr_pools.h $(INCDIR)/apr_tables.h
   threadpriv.o: threadpriv.c $(INCDIR)/apr.h \
    $(INCDIR)/apr_portable.h $(INCDIR)/apr_general.h \
    $(INCDIR)/apr_errno.h $(INCDIR)/apr_thread_proc.h \