am 7fbeda2b: Merge "Adding `all\' to INTERNAL_MODIFIER_TARGETS to fix `make all\'"
* commit '7fbeda2b1ed2872b2e2ab2f7faf386a3755502df':
Adding `all' to INTERNAL_MODIFIER_TARGETS to fix `make all'
diff --git a/core/main.mk b/core/main.mk
index fbe6d24..a6768c4 100644
--- a/core/main.mk
+++ b/core/main.mk
@@ -152,7 +152,7 @@
# These are the modifier targets that don't do anything themselves, but
# change the behavior of the build.
# (must be defined before including definitions.make)
-INTERNAL_MODIFIER_TARGETS := showcommands checkbuild
+INTERNAL_MODIFIER_TARGETS := showcommands checkbuild all
# Bring in standard build system definitions.
include $(BUILD_SYSTEM)/definitions.mk