8019219: Fix typo in jdk/makefiles "default" targets
authorihse
Tue, 01 Oct 2013 11:08:23 +0200
changeset 20203 2e0b3aab117a
parent 20201 50cc2d25a60b
child 20204 e78392f8a04b
8019219: Fix typo in jdk/makefiles "default" targets Reviewed-by: erikj
jdk/makefiles/CompileLaunchers.gmk
jdk/makefiles/CompileNativeLibraries.gmk
--- a/jdk/makefiles/CompileLaunchers.gmk	Fri Sep 27 16:29:44 2013 -0700
+++ b/jdk/makefiles/CompileLaunchers.gmk	Tue Oct 01 11:08:23 2013 +0200
@@ -23,7 +23,7 @@
 # questions.
 #
 
-defalt: all
+default: all
 
 include $(SPEC)
 include MakeBase.gmk
--- a/jdk/makefiles/CompileNativeLibraries.gmk	Fri Sep 27 16:29:44 2013 -0700
+++ b/jdk/makefiles/CompileNativeLibraries.gmk	Tue Oct 01 11:08:23 2013 +0200
@@ -23,7 +23,7 @@
 # questions.
 #
 
-defalt: all
+default: all
 
 include $(SPEC)
 include MakeBase.gmk