components/apr-1_5/patches/makefile.patch
changeset 1782 5aa8051aaa4b
equal deleted inserted replaced
1781:d7603a31fdd3 1782:5aa8051aaa4b
       
     1 Patch origin: upstream
       
     2 Patch status: will be part of next version
       
     3 
       
     4 http://svn.apache.org/viewvc?view=revision&revision=1541744
       
     5 http://svn.apache.org/viewvc?view=revision&revision=757740
       
     6 
       
     7 --- Makefile.in	2013-10-29 11:37:29.000000000 -0700
       
     8 +++ Makefile.in	2014-01-27 07:24:52.564639849 -0800
       
     9 @@ -18,7 +18,7 @@
       
    10  INCDIR=./include
       
    11  OSDIR=$(top_srcdir)/include/arch/@OSDIR@
       
    12  DEFOSDIR=$(INCDIR)/arch/@DEFAULT_OSDIR@
       
    13 -INCLUDES=-I$(INCDIR) -I$(OSDIR) -I$(DEFOSDIR) -I$(top_srcdir)/include/arch/@DEFAULT_OSDIR@ -I$(top_srcdir)/include -I$(top_srcdir)/include/private
       
    14 +INCLUDES=-I$(INCDIR) -I$(OSDIR) -I$(DEFOSDIR) -I$(top_srcdir)/include/arch/@DEFAULT_OSDIR@ -I$(top_srcdir)/include -I$(top_srcdir)/include/private -I$(top_builddir)/include/private
       
    15  
       
    16  #
       
    17  # Macros for target determination
       
    18 @@ -134,6 +134,7 @@
       
    19  	$(LINK_PROG) $(OBJECTS_gen_test_char) $(ALL_LIBS)
       
    20  
       
    21  include/private/apr_escape_test_char.h: tools/gen_test_char@EXEEXT@
       
    22 +	mkdir -p include/private
       
    23  	tools/gen_test_char@EXEEXT@ > $@
       
    24  
       
    25  LINK_PROG = $(LIBTOOL) $(LTFLAGS) --mode=link $(COMPILE) $(LT_LDFLAGS) \