Prevent the *file-not-found* error if the depends.mk file is not needed

This commit is contained in:
Sudar 2012-05-05 16:03:40 +05:30
parent db3a874e75
commit 1750ef08a4

View file

@ -690,4 +690,5 @@ monitor:
.PHONY: all clean depends upload raw_upload reset reset_stty size show_boards monitor
include $(DEP_FILE)
# added - in the beginning, so that we don't get an error if the file is not present
-include $(DEP_FILE)