hotspot/make/windows/makefiles/fastdebug.make
changeset 15793 4867678e3517
parent 12503 9df71f999005
child 17382 bba473b81ec0
--- a/hotspot/make/windows/makefiles/fastdebug.make	Tue Feb 19 13:33:39 2013 -0500
+++ b/hotspot/make/windows/makefiles/fastdebug.make	Tue Feb 19 18:45:49 2013 +0100
@@ -33,7 +33,7 @@
 BUILD_PCH_FILE=_build_pch_file.obj
 !endif
 
-default:: $(BUILD_PCH_FILE) $(AOUT) launcher checkAndBuildSA wb
+default:: $(BUILD_PCH_FILE) $(AOUT) launcher 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
-!include $(WorkSpace)/make/windows/makefiles/wb.make