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
(from parent 1:
4ece75f
)
-MG removed from deps generation in stglibs
author
Maxim Mamontov
<faust.madf@gmail.com>
Mon, 11 Apr 2011 20:06:57 +0000
(23:06 +0300)
committer
Maxim Mamontov
<faust.madf@gmail.com>
Mon, 11 Apr 2011 20:06:57 +0000
(23:06 +0300)
Now it is possible to use clang to build Stargazer!
stglibs/Makefile.in
patch
|
blob
|
history
diff --git
a/stglibs/Makefile.in
b/stglibs/Makefile.in
index 0417eaff6a06716b1bf9fd1179b5d48d37a3f304..a0c854e6ec105ddbcddacacd6c1c5828f53e4c29 100644
(file)
--- a/
stglibs/Makefile.in
+++ b/
stglibs/Makefile.in
@@
-89,7
+89,7
@@
endif
deps: $(SRCS) ../../Makefile.conf
@>deps ;\
for file in $(SRCS); do\
- echo "`$(CC) $(CXXFLAGS) $(SEARCH_DIRS) $(DEFS) -MM
-MG
$$file` Makefile ../../Makefile.conf" >> deps ;\
+ echo "`$(CC) $(CXXFLAGS) $(SEARCH_DIRS) $(DEFS) -MM $$file` Makefile ../../Makefile.conf" >> deps ;\
echo -e '\t$$(CC) $(CXXFLAGS) $(SEARCH_DIRS) $(DEFS) -c $$<' >> deps ;\
done