Skip to content

Commit

Permalink
Merge pull request #64 from keithc-ca/ddr-jar-location
Browse files Browse the repository at this point in the history
Put j9ddr.jar in the correct location
  • Loading branch information
jdekonin authored Mar 14, 2018
2 parents 3c7a01f + 4de4fc2 commit 10c587b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion closed/make/DDR-jar.gmk
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ $(eval $(call SetupArchive,BUILD_DDR_MAIN, $(BUILD_DDR_CLASSES), \
SRCS := $(DDR_CLASSES_BIN), \
SUFFIXES := .class .dat .properties, \
EXCLUDES := com/ibm/j9ddr/vm29/structure, \
JAR := $(JDK_IMAGE_DIR)/lib/ddr/j9ddr.jar \
JAR := $(JDK_IMAGE_DIR)/jre/lib/ddr/j9ddr.jar \
))

all : $(BUILD_DDR_MAIN_JAR)

0 comments on commit 10c587b

Please sign in to comment.