about summary refs log tree commit diff
path: root/Makeconfig
diff options
context:
space:
mode:
Diffstat (limited to 'Makeconfig')
-rw-r--r--Makeconfig7
1 files changed, 0 insertions, 7 deletions
diff --git a/Makeconfig b/Makeconfig
index 2fa0884b4e..3fa2f13003 100644
--- a/Makeconfig
+++ b/Makeconfig
@@ -873,13 +873,6 @@ define elide-stack-protector
 $(if $(filter $(@F),$(patsubst %,%$(1),$(2))), $(no-stack-protector))
 endef
 
-# This is the program that generates makefile dependencies from C source files.
-# The -MP flag tells GCC >= 3.2 (which we now require) to produce dummy
-# targets for headers so that removed headers don't break the build.
-ifndef +mkdep
-+mkdep = $(CC) -M -MP
-endif
-
 # The program that makes Emacs-style TAGS files.
 ETAGS	:= etags