summaryrefslogtreecommitdiffstats
path: root/rules
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-05-31 08:59:32 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-05-31 08:59:32 +0000
commitc600d714150ff7a8b9130b4526dc23d505b467c5 (patch)
tree8d6acbdfb39e13bb45c3b34b31219183d67bed0d /rules
parentff87485233588622a437904dc4b8e6566a7bfac2 (diff)
downloadptxdist-c600d714150ff7a8b9130b4526dc23d505b467c5.tar.gz
ptxdist-c600d714150ff7a8b9130b4526dc23d505b467c5.tar.xz
[Rules.make] use COMPILE_ENV using install, too
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10617 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules')
-rw-r--r--rules/pre/Rules.make2
1 files changed, 2 insertions, 0 deletions
diff --git a/rules/pre/Rules.make b/rules/pre/Rules.make
index 574d59c06..f11e3765c 100644
--- a/rules/pre/Rules.make
+++ b/rules/pre/Rules.make
@@ -481,6 +481,7 @@ install = \
if [ "$(strip $(3))" = "h" ]; then \
cd $$BUILDDIR && \
$($(strip $(1))_ENV) \
+ $($(strip $(1))_COMPILE_ENV) \
$($(strip $(1))_PATH) \
$(MAKE) install $(PARALLELMFLAGS_BROKEN) $(4) \
$($(strip $(1))_MAKEVARS) \
@@ -489,6 +490,7 @@ install = \
else \
cd $$BUILDDIR && \
echo "$($(strip $(1))_ENV) \
+ $($(strip $(1))_COMPILE_ENV) \
$($(strip $(1))_PATH) \
$(MAKE) $(PARALLELMFLAGS_BROKEN) install $(4) \
$($(strip $(1))_MAKEVARS) \