common/makefiles/HotspotWrapper.gmk
changeset 20363 fa7663fc5d50
parent 14111 2a82ecb35fc7
--- a/common/makefiles/HotspotWrapper.gmk	Wed Oct 09 18:51:32 2013 -0700
+++ b/common/makefiles/HotspotWrapper.gmk	Thu Oct 10 14:58:19 2013 +0200
@@ -36,7 +36,7 @@
 default: all
 
 # Get all files except .hg in the hotspot directory.
-HOTSPOT_FILES :=  $(shell $(FIND) -L $(HOTSPOT_TOPDIR) -name ".hg" -prune -o -print)
+HOTSPOT_FILES := $(shell $(FIND) -L $(HOTSPOT_TOPDIR) -name ".hg" -prune -o -print)
 
 # The old build creates hotspot output dir before calling hotspot and
 # not doing it breaks builds on msys.