1999-07-27 Mark Kettenis <kettenis@gnu.org>

* 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.)
This commit is contained in:
Roland McGrath 1999-07-28 18:18:59 +00:00
parent e0ceebea59
commit a6877d2677

View File

@ -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