aboutsummaryrefslogtreecommitdiffstats
path: root/testing/openjdk14/make-4.3.patch
blob: 356c6a988a69688c4bd69fda3f40fdb3131925ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
upstream report: https://bugs.openjdk.java.net/browse/JDK-8237879.

diff --git a/make/common/MakeBase.gmk b/make/common/MakeBase.gmk
index 170c3ed..697f9d2 100644
--- a/make/common/MakeBase.gmk
+++ b/make/common/MakeBase.gmk
@@ -532,7 +532,9 @@ DependOnVariableHelper = \
               $(info NewVariable $1: >$(strip $($1))<) \
               $(info OldVariable $1: >$(strip $($1_old))<)) \
           $(call WriteFile, $1_old:=$(call DoubleDollar,$(call EscapeHash,$($1))), \
-              $(call DependOnVariableFileName, $1, $2))) \
+              $(call DependOnVariableFileName, $1, $2)) \
+              $(eval $(call DependOnVariableFileName, $1, $2): ) \
+        ) \
         $(call DependOnVariableFileName, $1, $2) \
     )