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
/
rlm_stg
/
Makefile
diff --git
a/projects/rlm_stg/Makefile
b/projects/rlm_stg/Makefile
index a22902cf8e0226ec58d309b26f30424fed3df5b1..da25f599d49c8f5a7cfae1917daa6f7c3a533b9b 100644
(file)
--- a/
projects/rlm_stg/Makefile
+++ b/
projects/rlm_stg/Makefile
@@
-77,5
+77,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