You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by bj...@locus.apache.org on 2000/05/18 13:21:23 UTC

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

bjh         00/05/18 04:21:23

  Modified:    src/lib/apr/lib Makefile.in
  Log:
  Allow apr/lib to build on platforms that don't have their own apr/misc/OSDIR
  by adding path to misc/unix at the end of the include list.
  
  Revision  Changes    Path
  1.19      +1 -1      apache-2.0/src/lib/apr/lib/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/lib/Makefile.in,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- Makefile.in	2000/05/03 17:24:42	1.18
  +++ Makefile.in	2000/05/18 11:21:22	1.19
  @@ -12,7 +12,7 @@
   LDFLAGS=@LDFLAGS@ $(LIBS)
   INCDIR=../include
   INCDIR1=../misc/@OSDIR@
  -INCLUDES=-I$(INCDIR) -I$(INCDIR1)
  +INCLUDES=-I$(INCDIR) -I$(INCDIR1) -I../misc/unix
   
   #LIB=@LIBPREFIX@apr.a