diff --git a/Makefile b/Makefile index e5255f80ac..14e159898c 100644 --- a/Makefile +++ b/Makefile @@ -74,6 +74,9 @@ ifneq ($(Q),) endif endif +# Disable implicit/built-in rules to make Makefile errors fail fast. +.SUFFIXES: + HOSTCC := gcc HOSTCXX = g++ HOSTCFLAGS := -g