diff -r ec48d637778a -r 174a54ce39c4 common/makefiles/HotspotWrapper.gmk --- 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.