From 23e2e52df77158994a73f2e6799b0ab9dc741d36 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Tue, 17 Mar 2009 13:48:35 +0000 Subject: Makefile.autotools.in: use TARGET_PATH for compile step This ensures that the correct build tools are found rather than the host versions (glib-genmarshal, ..) --- package/Makefile.autotools.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/Makefile.autotools.in') diff --git a/package/Makefile.autotools.in b/package/Makefile.autotools.in index b8abd73f3..3c0183731 100644 --- a/package/Makefile.autotools.in +++ b/package/Makefile.autotools.in @@ -259,7 +259,7 @@ $(BUILD_DIR)/%/.stamp_configured: # Build $(BUILD_DIR)/%/.stamp_built: $(call MESSAGE,"Building") - $($(PKG)_MAKE_ENV) $($(PKG)_MAKE) $($(PKG)_MAKE_OPT) -C $(@D)/$($(PKG)_SUBDIR) + PATH=$(TARGET_PATH) $($(PKG)_MAKE_ENV) $($(PKG)_MAKE) $($(PKG)_MAKE_OPT) -C $(@D)/$($(PKG)_SUBDIR) $(Q)touch $@ # Install to staging dir -- cgit v1.2.3