On Wed, Nov 13, 2013 at 4:51 PM, <rj...@apache.org> wrote: > Author: rjung > Date: Wed Nov 13 21:51:02 2013 > New Revision: 1541745 > > URL: http://svn.apache.org/r1541745 > Log: > Support out of tree build for traditional make. >
I guess traditional is any non-GNU make? This is a regression. I don't mind another T&R tomorrow if people think it is warranted. > Backport of r1541744 from trunk plus additional > include path item already present in trunk. > > Modified: > apr/apr/branches/1.5.x/Makefile.in > > Modified: apr/apr/branches/1.5.x/Makefile.in > URL: > http://svn.apache.org/viewvc/apr/apr/branches/1.5.x/Makefile.in?rev=1541745&r1=1541744&r2=1541745&view=diff > > ============================================================================== > --- apr/apr/branches/1.5.x/Makefile.in (original) > +++ apr/apr/branches/1.5.x/Makefile.in Wed Nov 13 21:51:02 2013 > @@ -18,7 +18,7 @@ APR_MAJOR_VERSION=@APR_MAJOR_VERSION@ > INCDIR=./include > OSDIR=$(top_srcdir)/include/arch/@OSDIR@ > DEFOSDIR=$(INCDIR)/arch/@DEFAULT_OSDIR@ > -INCLUDES=-I$(INCDIR) -I$(OSDIR) -I$(DEFOSDIR) > -I$(top_srcdir)/include/arch/@DEFAULT_OSDIR@ -I$(top_srcdir)/include > -I$(top_srcdir)/include/private > +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_blddir)/include/private > > # > # Macros for target determination > @@ -134,6 +134,7 @@ tools/gen_test_char@EXEEXT@: $(OBJECTS_g > $(LINK_PROG) $(OBJECTS_gen_test_char) $(ALL_LIBS) > > include/private/apr_escape_test_char.h: tools/gen_test_char@EXEEXT@ > + $(APR_MKDIR) include/private > tools/gen_test_char@EXEEXT@ > $@ > > LINK_PROG = $(LIBTOOL) $(LTFLAGS) --mode=link $(COMPILE) $(LT_LDFLAGS) \ > > > -- Born in Roswell... married an alien... http://emptyhammock.com/