git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Custom .gitignore for sgauth added
[stg.git]
/
projects
/
sgconf
/
Makefile
diff --git
a/projects/sgconf/Makefile
b/projects/sgconf/Makefile
index ed472f9cee506c50f3957fa51463c106ec5739cc..0697b32996118dd8793ada7784f8cc409e704075 100644
(file)
--- a/
projects/sgconf/Makefile
+++ b/
projects/sgconf/Makefile
@@
-88,5
+88,5
@@
deps: $(SRCS) ../../Makefile.conf
@>deps ;\
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