diff options
author | Roland McGrath <roland@gnu.org> | 2001-02-28 09:05:29 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-02-28 09:05:29 +0000 |
commit | 40028e80b53a74ff5d86dc7be0430c0b6ebfa7ec (patch) | |
tree | 969f94992e23a423c8e814ddb50e32b431ce60d2 /Makeconf | |
parent | 0d582f92677cc942a60100fbc681fe462bc14f61 (diff) |
2000-12-28 Roland McGrath <roland@frob.com>
* Makeconf (mach_defs_names): Remove default_pager (replaced by our
own in hurd) and default_pager_helper (never used).
Diffstat (limited to 'Makeconf')
-rw-r--r-- | Makeconf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -473,7 +473,7 @@ vpath libutil.% $(libdir)/ vpath %.defs $(top_srcdir)/hurd # These we want to find in the libc include directory... -mach_defs_names = bootstrap default_pager default_pager_helper exc mach mach4 \ +mach_defs_names = bootstrap exc mach mach4 \ mach_host mach_norma mach_port mach_timer_reply memory_object \ memory_object_default norma_task notify device_defs_names = dev_forward device device_reply device_request |