jaxws/makefiles/Makefile
changeset 14140 33893458b2e3
parent 12909 0749b6f0835a
child 13716 adea6fee501c
--- a/jaxws/makefiles/Makefile	Fri Jun 08 12:49:12 2012 -0400
+++ b/jaxws/makefiles/Makefile	Thu Aug 02 14:29:12 2012 -0700
@@ -23,12 +23,13 @@
 # questions.
 #
 
+# This must be the first rule
+default: all
+
 include $(SPEC)
 include MakeBase.gmk
 include JavaCompilation.gmk
 
-default: all
-
 JAVAC_JARS ?= -Xbootclasspath/p:$(LANGTOOLS_OUTPUTDIR)/dist/bootstrap/lib/javac.jar \
 		-jar $(LANGTOOLS_OUTPUTDIR)/dist/bootstrap/lib/javac.jar
 DISABLE_JAXWS_WARNINGS:=-Xlint:all,-varargs,-rawtypes,-deprecation,-unchecked,-serial,-dep-ann,-cast,-fallthrough,-static