Hide first makefile attempt to include makefile.dep

This is to avoid having a warning saying that there is no makefile.dep
file, which will be generated right after the warning and then
included in the Makefile.
This commit is contained in:
vincent 2016-08-16 09:31:59 +00:00
parent 23ed953352
commit b5606dde91
6 changed files with 6 additions and 6 deletions

View file

@ -38,4 +38,4 @@ Makefile: Makefile.in
makefile.dep:
$(CXX) -MM $(CPPFLAGS) $(SRCS) > $@
include makefile.dep
-include makefile.dep