# HG changeset patch # User John W. Eaton # Date 1375838785 14400 # Node ID ec7be25aaf74d93cf0f15954c744b478798c1474 # Parent 7ab70e4f0dcc544a1f213d0953e4cb5cb34594f9 for native builds, really put build tools and installed packages in same directory tree diff -r 7ab70e4f0dcc -r ec7be25aaf74 Makefile.in --- a/Makefile.in Tue Aug 06 14:53:10 2013 -0400 +++ b/Makefile.in Tue Aug 06 21:26:25 2013 -0400 @@ -74,9 +74,9 @@ # For native builds, dump everything all together in one directory tree. BUILD_TOOLS_PREFIX := $(PWD)/usr ifeq ($(MXE_NATIVE_BUILD),yes) - HOST_PREFIX := $(PWD)/usr/$(TARGET) + HOST_PREFIX := $(BUILD_TOOLS_PREFIX) else - HOST_PREFIX := $(BUILD_TOOLS_PREFIX) + HOST_PREFIX := $(PWD)/usr/$(TARGET) endif # At least one package uses --with instead of --enable.