aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--arduino-mk/Arduino.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/arduino-mk/Arduino.mk b/arduino-mk/Arduino.mk
index 5261afa..125505b 100644
--- a/arduino-mk/Arduino.mk
+++ b/arduino-mk/Arduino.mk
@@ -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)