diff options
Diffstat (limited to 'dev-java/openjdk/files/openjdk-11-make43.patch')
-rw-r--r-- | dev-java/openjdk/files/openjdk-11-make43.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/dev-java/openjdk/files/openjdk-11-make43.patch b/dev-java/openjdk/files/openjdk-11-make43.patch deleted file mode 100644 index 9466e2be56fb..000000000000 --- a/dev-java/openjdk/files/openjdk-11-make43.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/make/common/MakeBase.gmk b/make/common/MakeBase.gmk -index 170c3ed..b3b49f1 100644 ---- a/make/common/MakeBase.gmk -+++ b/make/common/MakeBase.gmk -@@ -974,6 +974,7 @@ DependOnVariableFileName = \ - # Param 2 - (optional) name of file to store value in - DependOnVariableHelper = \ - $(strip \ -+ $(eval $(call DependOnVariableFileName, $1, $2):$(NEWLINE) true) \ - $(eval -include $(call DependOnVariableFileName, $1, $2)) \ - $(if $(call equals, $(strip $($1)), $(strip $($1_old))),,\ - $(call MakeDir, $(dir $(call DependOnVariableFileName, $1, $2))) \ |