git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Version bump
[stg.git]
/
projects
/
sgauthstress
/
Makefile
diff --git
a/projects/sgauthstress/Makefile
b/projects/sgauthstress/Makefile
index 67eaf5fc2c1a48549f50a54a34212db0185cdbcb..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 ;\
- printf '
\t$$(CC) -c $$< $(CXXFLAGS)\n
' >> deps ;\
+ printf '
%b\n' '\t$$(CC) -c $$< $(CXXFLAGS)
' >> deps ;\
done