Skip to content

Commit

Permalink
Merge pull request #116 from MarkQingGuo/openj9
Browse files Browse the repository at this point in the history
Add dependency in Main.mk to support the generation of jvmti.h
  • Loading branch information
keithc-ca authored Mar 23, 2019
2 parents 633c125 + e853a06 commit 5650a71
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 5650a71

Please sign in to comment.