... | ... |
@@ -77,9 +77,9 @@ TAGS: |
77 | 77 |
$(MKTAGS) |
78 | 78 |
|
79 | 79 |
ifeq (,$(MAKECMDGOALS)) |
80 |
-include $(depends) |
|
80 |
+-include $(depends) |
|
81 | 81 |
endif |
82 | 82 |
ifneq (,$(filter-out clean proper distclean realclean mantainer-clean TAGS \ |
83 | 83 |
tar modules, $(MAKECMDGOALS))) |
84 |
-include $(depends) |
|
84 |
+-include $(depends) |
|
85 | 85 |
endif |