aboutsummaryrefslogtreecommitdiff
path: root/Makeconfig
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2021-11-06 06:46:43 -0700
committerH.J. Lu <hjl.tools@gmail.com>2021-11-10 04:54:18 -0800
commit0bd356df1afb0591470499813d4ebae9bcedd6a6 (patch)
tree159741e850362678bad52cdbc11691d27df76e23 /Makeconfig
parent824dd3ec4922fbb9a34c62f4829e7817cc60e29a (diff)
downloadglibc-0bd356df1afb0591470499813d4ebae9bcedd6a6.zip
glibc-0bd356df1afb0591470499813d4ebae9bcedd6a6.tar.gz
glibc-0bd356df1afb0591470499813d4ebae9bcedd6a6.tar.bz2
Remove the unused +mkdep/+make-deps/s-proto.S/s-proto-cancel.S
Since commit d73f5331ce5370ca5a879229e3842f5de98689cd Author: Roland McGrath <roland@gnu.org> Date: Fri May 2 02:20:45 2003 +0000 2003-05-01 Roland McGrath <roland@redhat.com> dependency is generated by passing -MD -MF to compiler. Remove the unused +mkdep, +make-deps, s-proto.S and s-proto-cancel.S. This fixes BZ #28554.
Diffstat (limited to 'Makeconfig')
-rw-r--r--Makeconfig7
1 files changed, 0 insertions, 7 deletions
diff --git a/Makeconfig b/Makeconfig
index 2fa0884..3fa2f13 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