common/makefiles/HotspotWrapper.gmk

changeset 839
174a54ce39c4
parent 494
e64f2cb57d05
     1.1 --- a/common/makefiles/HotspotWrapper.gmk	Wed Oct 09 18:51:32 2013 -0700
     1.2 +++ b/common/makefiles/HotspotWrapper.gmk	Thu Oct 10 14:58:19 2013 +0200
     1.3 @@ -36,7 +36,7 @@
     1.4  default: all
     1.5  
     1.6  # Get all files except .hg in the hotspot directory.
     1.7 -HOTSPOT_FILES :=  $(shell $(FIND) -L $(HOTSPOT_TOPDIR) -name ".hg" -prune -o -print)
     1.8 +HOTSPOT_FILES := $(shell $(FIND) -L $(HOTSPOT_TOPDIR) -name ".hg" -prune -o -print)
     1.9  
    1.10  # The old build creates hotspot output dir before calling hotspot and
    1.11  # not doing it breaks builds on msys.

mercurial