summaryrefslogtreecommitdiffstats
path: root/rules/pre/Rules.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/pre/Rules.make')
-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) \