From 0bd356df1afb0591470499813d4ebae9bcedd6a6 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Sat, 6 Nov 2021 06:46:43 -0700 Subject: Remove the unused +mkdep/+make-deps/s-proto.S/s-proto-cancel.S Since commit d73f5331ce5370ca5a879229e3842f5de98689cd Author: Roland McGrath Date: Fri May 2 02:20:45 2003 +0000 2003-05-01 Roland McGrath 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. --- Makeconfig | 7 ------- 1 file changed, 7 deletions(-) (limited to 'Makeconfig') 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 -- cgit 1.4.1