diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -241,7 +241,7 @@ ifeq ($(MAKECMDGOALS),) | |||
241 | MAKECMDGOALS += all | 241 | MAKECMDGOALS += all |
242 | endif | 242 | endif |
243 | 243 | ||
244 | ifneq ($(filter-out dump-config clean,$(MAKECMDGOALS)),) | 244 | ifneq ($(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} |