From 88c8d2f3790ad98e6bd96c02bded63c839246a8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cenk=20G=C3=BCndo=C4=9Fan?= Date: Fri, 21 Aug 2015 17:48:44 +0200 Subject: [PATCH] Makefile.buildtests: Fix output of info-objsize --- Makefile.buildtests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.buildtests b/Makefile.buildtests index 0a9594fe5..f42ada095 100644 --- a/Makefile.buildtests +++ b/Makefile.buildtests @@ -105,7 +105,7 @@ info-objsize: "") SORTROW=4 ;; \ *) echo "Usage: $(MAKE) info-objsize SORTROW=[text|data|bss|dec]" ; return ;; \ esac; \ - echo ' text\t data\t bss\t dec\t hex\tfilename'; \ + echo -e ' text\t data\t bss\t dec\t hex\tfilename'; \ $(SIZE) -dB $(BASELIBS) | \ tail -n+2 | \ sed -e 's#$(BINDIR)##' | \