From 346d65b33a3958c72faab6f675314cbef7963ace Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 17 Jun 2013 09:55:21 -0700 Subject: Rewrite sysd-rules generation using an awk script. --- sysdeps/mach/hurd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps') diff --git a/sysdeps/mach/hurd/Makefile b/sysdeps/mach/hurd/Makefile index 68aedb63a0..7ff9a925c3 100644 --- a/sysdeps/mach/hurd/Makefile +++ b/sysdeps/mach/hurd/Makefile @@ -28,7 +28,7 @@ includes += -I$(..)hurd -I$(common-objpfx)hurd/ # Do not use any assembly code from sysdeps/unix (and subdirectories). # This bypasses all the system call stubs and uses any existing posix or # generic C files instead. -inhibit-sysdep-asm += unix* +inhibit-sysdep-asm += unix.* inhibit-unix-syscalls = yes # Don't try to generate anything from the installed Unix system and its -- cgit v1.2.3