mirror of
https://github.com/sockspls/badfish
synced 2025-04-30 00:33:09 +00:00
Supress make warning on missing .depend file
This is generated by make itself, so the warning is useless. No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
parent
27c74c5245
commit
d38f4f61e7
1 changed files with 1 additions and 1 deletions
|
@ -330,4 +330,4 @@ install: default
|
||||||
.depend:
|
.depend:
|
||||||
-@$(CXX) -msse -MM $(OBJS:.o=.cpp) > $@ 2> /dev/null
|
-@$(CXX) -msse -MM $(OBJS:.o=.cpp) > $@ 2> /dev/null
|
||||||
|
|
||||||
include .depend
|
-include .depend
|
||||||
|
|
Loading…
Add table
Reference in a new issue