jdk/makefiles/BuildJdk.gmk
changeset 21128 2a7460bba7a5
parent 20549 815df0732142
--- a/jdk/makefiles/BuildJdk.gmk	Wed Jul 05 19:18:50 2017 +0200
+++ b/jdk/makefiles/BuildJdk.gmk	Thu Oct 24 10:43:51 2013 +0200
@@ -80,7 +80,11 @@
         # to execute launchers.
 	+$(MAKE) -f GenerateClasses.gmk
 
-jdk: genclasses
+securityjars: genclasses securityjars-only
+securityjars-only:
+	+$(MAKE) -f CreateSecurityJars.gmk
+
+jdk: securityjars
         # Now we have a complete jdk, which you can run.
         # It is not yet wrapped up as an installed image.