You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by dr...@hyperreal.org on 1999/10/08 18:10:39 UTC

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

dreid       99/10/08 09:10:39

  Modified:    src/lib/apr Makefile.in
  Log:
  This allows the build process for APR to make use of the extra
  flexability in the configure process.  The MODULES and SUBDIRS are now
  generated by configure.
  
  Revision  Changes    Path
  1.10      +2 -3      apache-2.0/src/lib/apr/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/Makefile.in,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- Makefile.in	1999/09/27 06:39:37	1.9
  +++ Makefile.in	1999/10/08 16:10:38	1.10
  @@ -24,9 +24,8 @@
   #
   # Macros for target determination
   #
  -MODULES=lib file_io network_io threadproc locks misc time signal
  -SUBDIRS=lib file_io/@OSDIR@ network_io/@OSDIR@ threadproc/@OSDIR@ \
  -        locks/@OSDIR@ misc/@OSDIR@ time/@OSDIR@ signal/@OSDIR@ 
  +MODULES=@MODULES@
  +SUBDIRS=@SUBDIRS@
   #shmem/@OSDIR@
   
   #