diff options
author | Roland McGrath <roland@hack.frob.com> | 2013-06-17 09:55:21 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2013-06-17 09:55:21 -0700 |
commit | 346d65b33a3958c72faab6f675314cbef7963ace (patch) | |
tree | af8e8e9638397fa5217b4848b52a3f161aa5e4c8 /sysdeps/mach/hurd | |
parent | 1a8463176c3edf52c38af022ce44e210f9bf4aaa (diff) | |
download | glibc-346d65b33a3958c72faab6f675314cbef7963ace.tar.gz glibc-346d65b33a3958c72faab6f675314cbef7963ace.tar.xz glibc-346d65b33a3958c72faab6f675314cbef7963ace.zip |
Rewrite sysd-rules generation using an awk script.
Diffstat (limited to 'sysdeps/mach/hurd')
-rw-r--r-- | sysdeps/mach/hurd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |