--- old/nashorn/make/BuildNashorn.gmk 2015-03-11 15:41:40.211253583 +0100 +++ new/nashorn/make/BuildNashorn.gmk 2015-03-11 15:41:40.107249232 +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, \