diff options
author | Roland McGrath <roland@gnu.org> | 1995-08-21 09:00:05 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-08-21 09:00:05 +0000 |
commit | a4bb25890d262dd143b0030099ce084a4b21acd0 (patch) | |
tree | e417c9623d9407c527d7d0f6ab91cea50d4ce74e /sysdeps | |
parent | 3fe9de0da5e8ad28a8ba86cc26ae6057984bde10 (diff) | |
download | glibc-a4bb25890d262dd143b0030099ce084a4b21acd0.tar.gz glibc-a4bb25890d262dd143b0030099ce084a4b21acd0.tar.xz glibc-a4bb25890d262dd143b0030099ce084a4b21acd0.zip |
* sysdeps/mach/hurd/Makefile: Don't elide sunrpc and manual from
`subdirs' variable.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/mach/hurd/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sysdeps/mach/hurd/Makefile b/sysdeps/mach/hurd/Makefile index 1886d07094..9dc14aa659 100644 --- a/sysdeps/mach/hurd/Makefile +++ b/sysdeps/mach/hurd/Makefile @@ -45,9 +45,6 @@ endif # ! hurd-srcdir-computed ifdef in-Makerules -# For the time being, elide directories where nothing at all works. -subdirs := $(filter-out sunrpc manual,$(subdirs)) # XXX - # Look for header files in hurd/ under the top-level library source directory. includes += -I$(..)hurd |