]> git.sur5r.net Git - i3/i3/commitdiff
Remove -e and -t from loglevels.h target to make it POSIX compliant (Thanks Mirko)
authorMichael Stapelberg <michael@stapelberg.de>
Sun, 20 Dec 2009 22:43:49 +0000 (23:43 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Sun, 20 Dec 2009 22:43:49 +0000 (23:43 +0100)
Makefile

index c83fe094212ce2b3096e277a35dfd23775bf4702..4f9217306ea45fa85bf8fc25623f9c8ff87c94f2 100644 (file)
--- 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