comparison make/linux/makefiles/vm.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 0e095e2c24e2
children 1bbd4a7c274b
comparison
equal deleted inserted replaced
22617:e8f298580f99 22618:452ef008f3c3
197 197
198 ifneq ($(INCLUDE_JVMCI), true) 198 ifneq ($(INCLUDE_JVMCI), true)
199 JVMCI_SPECIFIC_FILES := jvmci\* 199 JVMCI_SPECIFIC_FILES := jvmci\*
200 else 200 else
201 JVMCI_SPECIFIC_FILES := 201 JVMCI_SPECIFIC_FILES :=
202 Src_Dirs_I += $(HS_COMMON_SRC)/../jvmci/jdk.internal.jvmci.hotspot/src_gen/hotspot 202 Src_Dirs_I += $(HS_COMMON_SRC)/../mxbuild/jvmci/jdk.internal.jvmci.hotspot/src_gen/hotspot
203 endif 203 endif
204 204
205 # Always exclude these. 205 # Always exclude these.
206 Src_Files_EXCLUDE += jsig.c jvmtiEnvRecommended.cpp jvmtiEnvStub.cpp 206 Src_Files_EXCLUDE += jsig.c jvmtiEnvRecommended.cpp jvmtiEnvStub.cpp
207 207