git.stg.codes
/
stg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1f23b0
)
Extra semicolon removed
author
Maxim Mamontov
<faust.madf@gmail.com>
Thu, 15 Sep 2011 20:41:11 +0000
(23:41 +0300)
committer
Maxim Mamontov
<faust.madf@gmail.com>
Thu, 15 Sep 2011 20:41:11 +0000
(23:41 +0300)
projects/stargazer/plugins/Makefile.in
patch
|
blob
|
history
diff --git
a/projects/stargazer/plugins/Makefile.in
b/projects/stargazer/plugins/Makefile.in
index faee2ad8d8d7188f05a7f1e70b11874327dc7998..961ba3aaf6ff253fec19dcca6bd28b4c84dae160 100644
(file)
--- a/
projects/stargazer/plugins/Makefile.in
+++ b/
projects/stargazer/plugins/Makefile.in
@@
-48,4
+48,4
@@
deps: $(SRCS) ../../../../../Makefile.conf
echo "`$(CXX) $(CXXFLAGS) $(DEFS) $(SEARCH_DIRS) -MM $$file` Makefile ../../../../../Makefile.conf" >> deps ;\
echo -e '\t$$(CXX) -c $$< $(CXXFLAGS) $(SEARCH_DIRS) $(DEFS)' >> deps ;\
fi;\
- done
;
+ done