You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by dr...@apache.org on 2001/01/10 14:48:30 UTC

cvs commit: apr/locks/beos Makefile.in

dreid       01/01/10 05:48:30

  Modified:    locks/beos Makefile.in
  Log:
  Fix a makefile so this builds...
  
  Revision  Changes    Path
  1.11      +2 -2      apr/locks/beos/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apr/locks/beos/Makefile.in,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- Makefile.in	2001/01/09 11:05:55	1.10
  +++ Makefile.in	2001/01/10 13:48:29	1.11
  @@ -1,8 +1,8 @@
   
  -TARGETS = 
  +TARGETS = \
   	locks.lo \
   	crossproc.lo \
  -	intraproc.lo \
  +	intraproc.lo
   
   # bring in rules.mk for standard functionality
   @INCLUDE_RULES@