Skip to content
Snippets Groups Projects
Commit bd77f982 authored by Toon Stegen's avatar Toon Stegen
Browse files

make: fix info-objsize column name position

parent 272ae30d
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ info-objsize:
"") SORTROW=4 ;; \
*) echo "Usage: $(MAKE) info-objsize SORTROW=[text|data|bss|dec]" ; return ;; \
esac; \
echo -e ' text\t data\t bss\t dec\t hex\tfilename'; \
printf ' text\t data\t bss\t dec\t hex\tfilename\n'; \
$(SIZE) -d -B $(BASELIBS) | \
tail -n+2 | \
sed -e 's#$(BINDIR)##' | \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment