--- 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, \