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:05:29 UTC

cvs commit: apr/locks/os2 Makefile.in

aaron       02/04/09 00:05:29

  Modified:    locks/os2 Makefile.in
  Log:
  Don't build locks.lo anymore.
  
  Revision  Changes    Path
  1.19      +1 -1      apr/locks/os2/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apr/locks/os2/Makefile.in,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- Makefile.in	23 Feb 2002 12:00:48 -0000	1.18
  +++ Makefile.in	9 Apr 2002 07:05:29 -0000	1.19
  @@ -1,5 +1,5 @@
   
  -TARGETS = locks.lo \
  +TARGETS = \
   	thread_mutex.lo \
   	thread_rwlock.lo \
   	thread_cond.lo \