make/lib/LibCommon.gmk
branchihse-jdk-library-branch
changeset 56287 593a452fcbeb
parent 48751 54f355e65415
child 56302 1c7ec9412f91
--- a/make/lib/LibCommon.gmk	Tue Mar 13 11:32:32 2018 +0100
+++ b/make/lib/LibCommon.gmk	Tue Mar 13 14:33:34 2018 +0100
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2018, Oracle and/or its affiliates. All rights reserved.
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 #
 # This code is free software; you can redistribute it and/or modify it
@@ -23,7 +23,7 @@
 # questions.
 #
 
-include NativeCompilation.gmk
+include JdkNativeCompilation.gmk
 
 # Hook to include the corresponding custom file, if present.
 $(eval $(call IncludeCustomExtension, lib/LibCommon.gmk))