diff options
Diffstat (limited to 'Makeconfig')
-rw-r--r-- | Makeconfig | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -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 |