aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index caa8f2de1..b39e9dded 100644
--- a/Makefile
+++ b/Makefile
@@ -270,7 +270,7 @@ $(SUBPROJECTS): %: %-allkm
270 esac \ 270 esac \
271 done 271 done
272 $(eval $(call PARSE_RULE,$@)) 272 $(eval $(call PARSE_RULE,$@))
273 $(foreach COMMAND,$(COMMANDS),$(RUN_COMMAND)) 273 +$(foreach COMMAND,$(COMMANDS),$(RUN_COMMAND))
274 274
275 275
276.PHONY: all 276.PHONY: all