# HG changeset patch # User erikj # Date 1426158833 -3600 # Node ID 7f36aa566efe0e60fb5a7f6b2a488a8237380fd5 # Parent 4c635c98c0b46766df8b34f0f8ff13448a4fca0f 8074988: Reduce boilerplate in Setup* macro definitions Reviewed-by: tbell, ihse diff -r 4c635c98c0b4 -r 7f36aa566efe nashorn/make/BuildNashorn.gmk --- a/nashorn/make/BuildNashorn.gmk Wed Mar 11 17:52:23 2015 +0100 +++ b/nashorn/make/BuildNashorn.gmk Thu Mar 12 12:13:53 2015 +0100 @@ -105,8 +105,8 @@ # Create nashorn.jar from the final classes dir $(eval $(call SetupArchive,BUILD_NASHORN_JAR, \ - $(NASGEN_RUN_FILE) \ - $(VERSION_FILE), \ + DEPENDENCIES := $(NASGEN_RUN_FILE) \ + $(VERSION_FILE), \ SRCS := $(NASHORN_CLASSES_DIR), \ SUFFIXES := .class .js .properties Factory, \ MANIFEST := $(NASHORN_TOPDIR)/src/jdk.scripting.nashorn/share/classes/META-INF/MANIFEST.MF, \