git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix TariffChange sensor
[stg.git]
/
projects
/
rscriptd
/
Makefile
diff --git
a/projects/rscriptd/Makefile
b/projects/rscriptd/Makefile
index a4e2a5572687f259fe5561073f216ec058ff4514..581b3275acc52d9d874186497dc5b6717b3e9c7e 100644
(file)
--- a/
projects/rscriptd/Makefile
+++ b/
projects/rscriptd/Makefile
@@
-88,5
+88,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