nashorn/make/BuildNashorn.gmk
changeset 29415 7f36aa566efe
parent 29134 7242c750aa76
child 31486 11a170ff3549
child 34020 d9b12d08137b
--- 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, \