From: Michael Stapelberg Date: Sun, 20 Dec 2009 22:43:49 +0000 (+0100) Subject: Remove -e and -t from loglevels.h target to make it POSIX compliant (Thanks Mirko) X-Git-Tag: 3.e~6^2~194 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=4b3ff1795c81c444635f2720dae85d271caceb1d;p=i3%2Fi3 Remove -e and -t from loglevels.h target to make it POSIX compliant (Thanks Mirko) --- diff --git a/Makefile b/Makefile index c83fe094..4f921730 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ loglevels.h: rm_loglevels done > loglevels.tmp (echo "char *loglevels[] = {"; for file in $$(cat loglevels.tmp); \ do \ - echo -e "\t\"$$file\", "; \ + echo "\"$$file\", "; \ done; \ echo "};") > include/loglevels.h