git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
activeUsers SNMP parameter description added
[stg.git]
/
projects
/
sgauthstress
/
Makefile
diff --git
a/projects/sgauthstress/Makefile
b/projects/sgauthstress/Makefile
index 9236317db10802dd7787e1624ec53c3c28472aaf..f688cffaf07fd17f74950ceffed6ea0da6abab7d 100644
(file)
--- a/
projects/sgauthstress/Makefile
+++ b/
projects/sgauthstress/Makefile
@@
-67,5
+67,5
@@
deps: $(SRCS) ../../Makefile.conf
@>deps ;\
for file in $(SRCS); do\
echo "`$(CC) $(CXXFLAGS) -MM $$file` Makefile ../../Makefile.conf" >> deps ;\
-
echo -e
'\t$$(CC) -c $$< $(CXXFLAGS)' >> deps ;\
+
printf '%b\n'
'\t$$(CC) -c $$< $(CXXFLAGS)' >> deps ;\
done