git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge branch 'master' into full-month-stats
[stg.git]
/
projects
/
convertor
/
Makefile
diff --git
a/projects/convertor/Makefile
b/projects/convertor/Makefile
index 2a4a59237eb0810c968e4ce37c55d9c9a897cb4b..4417e970133b3859a15f7063d5264401d320395f 100644
(file)
--- a/
projects/convertor/Makefile
+++ b/
projects/convertor/Makefile
@@
-71,5
+71,5
@@
deps: $(SRCS) ../../Makefile.conf
@>deps ;\
for file in $(SRCS); do\
echo "`$(CC) $(CXXFLAGS) -MM $$file` Makefile" >> deps ;\
-
echo -e
'\t$$(CC) -c $$< $(CXXFLAGS)' >> deps ;\
+
printf '%b\n'
'\t$$(CC) -c $$< $(CXXFLAGS)' >> deps ;\
done