aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
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