summaryrefslogtreecommitdiffstats
path: root/package/Makefile.in
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2009-12-15 13:39:40 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2009-12-15 18:09:30 +0100
commit497abb8211944fb5c9c012a52e9a630f220510a9 (patch)
treeca86aa96a9bb29ae31bf2559cc068688b7e94a87 /package/Makefile.in
parente11fe847b2f545446fc3300dd2ba88fd5da05756 (diff)
downloadbuildroot-novena-497abb8211944fb5c9c012a52e9a630f220510a9.tar.gz
buildroot-novena-497abb8211944fb5c9c012a52e9a630f220510a9.zip
Define TARGET_MAKE_ENV similarly to HOST_MAKE_ENV
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/Makefile.in')
-rw-r--r--package/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/Makefile.in b/package/Makefile.in
index 8edd1934f..5b6161bdf 100644
--- a/package/Makefile.in
+++ b/package/Makefile.in
@@ -236,6 +236,8 @@ TARGET_CONFIGURE_ENV=\
LDFLAGS="$(TARGET_LDFLAGS)" \
FCFLAGS="$(TARGET_FCFLAGS)" \
+TARGET_MAKE_ENV=PATH=$(TARGET_PATH)
+
HOST_CONFIGURE_OPTS=PATH=$(HOST_PATH) \
AR="$(HOSTAR)" \
AS="$(HOSTAS)" \