aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ef2be1f..788db74 100644
--- a/Makefile
+++ b/Makefile
@@ -241,7 +241,7 @@ ifeq ($(MAKECMDGOALS),)
241MAKECMDGOALS += all 241MAKECMDGOALS += all
242endif 242endif
243 243
244ifneq ($(filter-out dump-config clean,$(MAKECMDGOALS)),) 244ifneq ($(filter-out dump-config clean help,$(MAKECMDGOALS)),)
245 245
246# Pull in dependencies. 246# Pull in dependencies.
247-include ${obj-all:.o=.d} 247-include ${obj-all:.o=.d}