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. --- sysdeps/unix/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sysdeps/unix/Makefile') diff --git a/sysdeps/unix/Makefile b/sysdeps/unix/Makefile index 2ee3be7..582baa4 100644 --- a/sysdeps/unix/Makefile +++ b/sysdeps/unix/Makefile @@ -104,10 +104,6 @@ $(common-objpfx)sysd-syscalls: $(..)sysdeps/unix/make-syscalls.sh \ mv -f $@T $@ endif -$(common-objpfx)s-%.d: $(..)sysdeps/unix/s-%.S \ - $(wildcard $(+sysdep_dirs:%=%/syscalls.list)) - $(+make-deps) - postclean-generated += sysd-syscalls endif -- cgit v1.1