7040096: Fix broken hg tip for 'make source'

Reviewed-by: katleman
This commit is contained in:
Kelly O'Hair 2011-04-27 14:02:01 -07:00
parent bb6082b053
commit ca53ccfc32

View File

@ -646,7 +646,7 @@ endef
# Create the HGTIP_FILENAME file
define CreateHgTip
$(HG) tip --repository $1 --template '{node|short}\n' > $1/$(HGTIP_FILENAME)
$(HG) tip --repository $1 --template '{node|short}\n' > $1/$(HGTIP_FILENAME);\
$(ECHO) $1/$(HGTIP_FILENAME)
endef