You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by aa...@apache.org on 2002/04/09 09:04:52 UTC

cvs commit: apr/locks/beos Makefile.in

aaron       02/04/09 00:04:52

  Modified:    locks/beos Makefile.in
  Log:
  Don't build locks.lo anymore.
  
  Revision  Changes    Path
  1.18      +1 -1      apr/locks/beos/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apr/locks/beos/Makefile.in,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- Makefile.in	18 Feb 2002 01:16:03 -0000	1.17
  +++ Makefile.in	9 Apr 2002 07:04:52 -0000	1.18
  @@ -1,5 +1,5 @@
   
  -TARGETS = locks.lo \
  +TARGETS = \
   	thread_mutex.lo \
   	thread_rwlock.lo \
   	thread_cond.lo \