common/makefiles/MakeHelpers.gmk
changeset 14462 5731c2f9d507
parent 14379 b449aa34783e
child 15053 64278cb83950
--- a/common/makefiles/MakeHelpers.gmk	Wed Nov 14 10:18:51 2012 -0800
+++ b/common/makefiles/MakeHelpers.gmk	Wed Nov 14 10:20:25 2012 -0800
@@ -142,7 +142,7 @@
 define TargetExit
     $(call RecordEndTime,$(patsubst %-only,%,$@))
     $(BUILD_LOG_WRAPPER) $(PRINTF) "## Finished $(patsubst %-only,%,$@) (build time %s)\n\n" \
-        "`$(CAT) $(BUILDTIMESDIR)/build_time_diff_$(patsubst %-only,%,$@) | $(CUT) -f 1 -d " "`"
+        "`$(CAT) $(BUILDTIMESDIR)/build_time_diff_$(patsubst %-only,%,$@) | $(CUT) -f 1 -d ' '`"
     $(call CheckIfMakeAtEnd)
 endef