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
/
sgauth
/
Makefile
diff --git
a/projects/sgauth/Makefile
b/projects/sgauth/Makefile
index 2ce0a1d549af94b442f05ec765628f77d33baf58..5565199b95b98e6acd4df37765d97aec1c77cd5d 100644
(file)
--- a/
projects/sgauth/Makefile
+++ b/
projects/sgauth/Makefile
@@
-90,5
+90,5
@@
deps: $(SRCS) ../../Makefile.conf sgauth.css
./make_css.sh
for file in $(SRCS); do\
echo "`$(CC) $(CXXFLAGS) -MM $$file` Makefile" >> deps ;\
- printf '
\t$$(CC) -c $$< $(CXXFLAGS)\n
' >> deps ;\
+ printf '
%b\n' '\t$$(CC) -c $$< $(CXXFLAGS)
' >> deps ;\
done