dreid       99/12/20 08:04:16

  Modified:    src/lib/apr/locks/beos Makefile.in
  Log:
  Missed this one when I did the others.  As there isn't an inc directory
  I guess the other platforms should do this as well?
  
  Revision  Changes    Path
  1.4       +3 -4      apache-2.0/src/lib/apr/locks/beos/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/locks/beos/Makefile.in,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Makefile.in       1999/11/02 11:30:36     1.3
  +++ Makefile.in       1999/12/20 16:04:15     1.4
  @@ -8,10 +8,9 @@
   [EMAIL PROTECTED]@ @OPTIM@
   [EMAIL PROTECTED]@
   [EMAIL PROTECTED]@ $(LIBS)
  -INCDIR=../../inc
  -INCDIR1=../../include
  -INCDIR2=../../file_io/unix
  -INCLUDES=-I$(INCDIR) -I$(INCDIR1) -I$(INCDIR2) -I.
  +INCDIR=../../include
  +INCDIR1=../../file_io/unix
  +INCLUDES=-I$(INCDIR) -I$(INCDIR1) -I.
   
   LIB=liblock.a
   
  
  
  

Reply via email to