hotspot/make/windows/makefiles/debug.make
changeset 17382 bba473b81ec0
parent 15793 4867678e3517
child 19535 7b3e169c564a
--- a/hotspot/make/windows/makefiles/debug.make	Mon May 06 13:53:13 2013 -0700
+++ b/hotspot/make/windows/makefiles/debug.make	Mon May 06 19:49:23 2013 -0700
@@ -33,7 +33,7 @@
 BUILD_PCH_FILE=_build_pch_file.obj
 !endif
 
-default:: $(BUILD_PCH_FILE) $(AOUT) launcher checkAndBuildSA
+default:: $(BUILD_PCH_FILE) $(AOUT) checkAndBuildSA
 
 !include ../local.make
 !include compile.make
@@ -71,4 +71,3 @@
 
 !include $(WorkSpace)/make/windows/makefiles/shared.make
 !include $(WorkSpace)/make/windows/makefiles/sa.make
-!include $(WorkSpace)/make/windows/makefiles/launcher.make