diff options
author | Roland McGrath <roland@gnu.org> | 1995-09-22 18:32:19 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-09-22 18:32:19 +0000 |
commit | 969705cc5bcc89acac9e5e17c4dcad1043a328a7 (patch) | |
tree | 97b51d65563b3c16d8326ff4232bd86ab460326e /sysdeps/mach | |
parent | c12d1df0f0c5186cdf73b63fe5cb1a464b5b5c83 (diff) | |
download | glibc-969705cc5bcc89acac9e5e17c4dcad1043a328a7.zip glibc-969705cc5bcc89acac9e5e17c4dcad1043a328a7.tar.gz glibc-969705cc5bcc89acac9e5e17c4dcad1043a328a7.tar.bz2 |
Fri Sep 22 14:24:25 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>cvs/libc-950922
* sysdeps/mach/hurd/Makefile: Elide sunrpc from $(subdirs) for the
time being.
* sysdeps/unix/configure.in: Check for `profil' syscall.
Diffstat (limited to 'sysdeps/mach')
-rw-r--r-- | sysdeps/mach/hurd/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/mach/hurd/Makefile b/sysdeps/mach/hurd/Makefile index 9dc14aa..a5825ff 100644 --- a/sysdeps/mach/hurd/Makefile +++ b/sysdeps/mach/hurd/Makefile @@ -45,6 +45,8 @@ endif # ! hurd-srcdir-computed ifdef in-Makerules +subdirs := $(filter-out sunrpc,$(subdirs)) # XXX skip broken dirs + # Look for header files in hurd/ under the top-level library source directory. includes += -I$(..)hurd |