summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c137a6c553..e20d95495d 100644
--- a/Makefile
+++ b/Makefile
@@ -21,8 +21,6 @@
include config.mak
-.SUFFIXES:
-
###### variable declarations #######
SRCS_AUDIO_INPUT-$(ALSA1X) += stream/ai_alsa1x.c
@@ -1077,3 +1075,7 @@ endif
.PHONY: all doxygen *install* *tools drivers dhahelper*
.PHONY: checkheaders *clean dep depend tests
+
+# Disable suffix rules. Most of the builtin rules are suffix rules,
+# so this saves some time on slow systems.
+.SUFFIXES: