git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
.gitignore for xmlrpc catalogue added
[stg.git]
/
projects
/
stargazer
/
Makefile
diff --git
a/projects/stargazer/Makefile
b/projects/stargazer/Makefile
index 361347df29d2ddc13ef2edc5818059eaede9db0c..893265414a949b5c53515962ba14a3d84d994681 100644
(file)
--- a/
projects/stargazer/Makefile
+++ b/
projects/stargazer/Makefile
@@
-139,5
+139,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