Skip to content

Commit

Permalink
Add dependency in java.base-copy so that it generates jvmti header file
Browse files Browse the repository at this point in the history
Signed-off-by: MarkQingGuo <[email protected]>
  • Loading branch information
MarkQingGuo committed Mar 12, 2019
1 parent 2d7b485 commit 8b719e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions closed/make/Main.gmk
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ OPENSSL_MAKE := $(MAKE) -f $(TOPDIR)/closed/openssl.gmk SPEC=$(SPEC)
openssl-build : buildtools-langtools
+$(OPENSSL_MAKE)

java.base-copy : openssl-build
java.base-copy : j9vm-build

java.base-libs : java.base-copy j9vm-build
java.base-libs : java.base-copy

j9vm-build : openssl-build
+$(OPENJ9_MAKE) openj9_build_jdk
Expand Down
2 changes: 1 addition & 1 deletion closed/make/copy/Copy-java.base.gmk
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ TARGETS += \
$(INCLUDE_TARGET_DIR)/ibmjvmti.h \
#

$(INCLUDE_TARGET_DIR)/jvmti.h : $(TOPDIR)/openj9/runtime/include/jvmti.h
$(INCLUDE_TARGET_DIR)/jvmti.h : $(OUTPUTDIR)/vm/include/jvmti.h
$(call install-file)

$(INCLUDE_TARGET_DIR)/ibmjvmti.h : $(TOPDIR)/openj9/runtime/include/ibmjvmti.h
Expand Down

0 comments on commit 8b719e0

Please sign in to comment.