1
0
Fork 0
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:
Marco Costalba 2010-02-21 15:18:35 +01:00
parent 27c74c5245
commit d38f4f61e7

View file

@ -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