From a6877d267768750d07014f605620712d4c0afe1e Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 28 Jul 1999 18:18:59 +0000 Subject: [PATCH] 1999-07-27 Mark Kettenis * sysdeps/mach/hurd/Makefile [stdio-common]: Set inhibit-siglist. (The code this disables is entirely gone in the main branch, so this change does not need to be propagated from the 2.1 branch.) --- sysdeps/mach/hurd/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sysdeps/mach/hurd/Makefile b/sysdeps/mach/hurd/Makefile index b18f9f100e1..024952351d0 100644 --- a/sysdeps/mach/hurd/Makefile +++ b/sysdeps/mach/hurd/Makefile @@ -183,6 +183,11 @@ ifeq (hurd, $(subdir)) sysdep_routines += cthreads endif +ifeq (stdio-common, $(subdir)) +# Just disable the auto generation in sysdeps/generic +inhibit-siglist := yes +endif + ifeq (posix, $(subdir)) sysdep_routines += clk_tck endif -- 2.47.3