projects
/
fairystockfish.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
27c74c5
)
Supress make warning on missing .depend file
author
Marco Costalba
<mcostalba@gmail.com>
Sun, 21 Feb 2010 14:18:35 +0000 (15:18 +0100)
committer
Marco Costalba
<mcostalba@gmail.com>
Sun, 21 Feb 2010 14:18:35 +0000 (15:18 +0100)
This is generated by make itself, so the warning
is useless.
No functional change.
Signed-off-by: Marco Costalba <mcostalba@gmail.com>
src/Makefile
patch
|
blob
|
history
diff --git
a/src/Makefile
b/src/Makefile
index
62a874d
..
748a739
100644
(file)
--- a/
src/Makefile
+++ b/
src/Makefile
@@
-330,4
+330,4
@@
install: default
.depend:
-@$(CXX) -msse -MM $(OBJS:.o=.cpp) > $@ 2> /dev/null
-include .depend
+-include .depend