You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by fi...@locus.apache.org on 2000/04/23 02:59:58 UTC

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

fielding    00/04/22 17:59:58

  Modified:    src/lib/apr/lib Makefile.in
  Log:
  Update depend
  
  Revision  Changes    Path
  1.13      +6 -4      apache-2.0/src/lib/apr/lib/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/lib/Makefile.in,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- Makefile.in	2000/04/22 06:16:25	1.12
  +++ Makefile.in	2000/04/23 00:59:58	1.13
  @@ -78,10 +78,12 @@
    $(INCDIR)/apr_errno.h $(INCDIR)/apr_file_io.h $(INCDIR)/apr_time.h \
    $(INCDIR)/apr_thread_proc.h
   apr_pools.o: apr_pools.c $(INCDIR)/apr_private.h \
  - $(INCDIR)/apr_general.h $(INCDIR)/apr.h $(INCDIR)/apr_errno.h \
  - $(INCDIR)/apr_pools.h $(INCDIR)/apr_lib.h $(INCDIR)/apr_file_io.h \
  - $(INCDIR)/apr_time.h $(INCDIR)/apr_thread_proc.h \
  - $(INCDIR)/apr_lock.h ../misc/unix/misc.h $(INCDIR)/apr_getopt.h
  + $(INCDIR)/apr_portable.h $(INCDIR)/apr_general.h $(INCDIR)/apr.h \
  + $(INCDIR)/apr_errno.h $(INCDIR)/apr_thread_proc.h \
  + $(INCDIR)/apr_file_io.h $(INCDIR)/apr_time.h \
  + $(INCDIR)/apr_network_io.h $(INCDIR)/apr_lock.h \
  + $(INCDIR)/apr_pools.h $(INCDIR)/apr_lib.h ../misc/unix/misc.h \
  + $(INCDIR)/apr_getopt.h
   apr_signal.o: apr_signal.c $(INCDIR)/apr_private.h \
    $(INCDIR)/apr_lib.h $(INCDIR)/apr_general.h $(INCDIR)/apr.h \
    $(INCDIR)/apr_errno.h $(INCDIR)/apr_file_io.h $(INCDIR)/apr_time.h \