# HG changeset patch # User ihse # Date 1521027908 -3600 # Node ID ceb60eb3139e11a4f1c3d1e54715f065faed5e9a # Parent 593a452fcbeb4a438a27acb3824531dfc1f55578 Fix build for jdk.hotspot.agent. diff -r 593a452fcbeb -r ceb60eb3139e make/lib/Lib-jdk.hotspot.agent.gmk --- a/make/lib/Lib-jdk.hotspot.agent.gmk Tue Mar 13 14:33:34 2018 +0100 +++ b/make/lib/Lib-jdk.hotspot.agent.gmk Wed Mar 14 12:45:08 2018 +0100 @@ -23,7 +23,7 @@ # questions. # -include NativeCompilation.gmk +include LibCommon.gmk $(eval $(call IncludeCustomExtension, hotspot/lib/Lib-jdk.hotspot.agent.gmk))