< prev index next >

langtools/make/gensrc/Gensrc-jdk.compiler.gmk

Print this page

        

@@ -32,12 +32,15 @@
     com/sun/tools/javah/resources/version.properties))
 
 $(eval $(call SetupVersionProperties,JAVAP_VERSION, \
     com/sun/tools/javap/resources/version.properties))
 
+$(eval $(call SetupVersionProperties,JDEPS_VERSION,\
+    com/sun/tools/jdeps/resources/version.properties))
+
 $(eval $(call SetupCompileProperties,COMPILE_PROPERTIES, \
-    $(JAVAC_VERSION) $(JAVAH_VERSION) $(JAVAP_VERSION)))
+    $(JAVAC_VERSION) $(JAVAH_VERSION) $(JAVAP_VERSION) $(JDEPS_VERSION)))
 
 $(eval $(call SetupParseProperties,PARSE_PROPERTIES, \
         com/sun/tools/javac/resources/compiler.properties))
 
 all: $(COMPILE_PROPERTIES) $(PARSE_PROPERTIES)
< prev index next >