diff make/jvmci.make @ 22618:452ef008f3c3

adapt to mx change in terms of where generated output is placed
author Doug Simon <doug.simon@oracle.com>
date Sun, 27 Sep 2015 15:10:30 +0200
parents 1852abfbaca3
children 1bbd4a7c274b
line wrap: on
line diff
--- a/make/jvmci.make	Fri Sep 25 09:58:47 2015 -0700
+++ b/make/jvmci.make	Sun Sep 27 15:10:30 2015 +0200
@@ -40,7 +40,7 @@
     @# Since all projects are built together with one javac call we cannot determine
     @# which project contains HotSpotVMConfig.inline.hpp so we hardcode it.
     $(eval vmconfig := $(1)/hotspot/HotSpotVMConfig.inline.hpp)
-    $(eval vmconfigDest := $(HS_COMMON_SRC)/../jvmci/jdk.internal.jvmci.hotspot/src_gen/hotspot)
+    $(eval vmconfigDest := $(HS_COMMON_SRC)/../mxbuild/jvmci/jdk.internal.jvmci.hotspot/src_gen/hotspot)
     $(QUIETLY) test ! -f $(vmconfig) || (mkdir -p $(vmconfigDest) && cp $(vmconfig) $(vmconfigDest))
 endef