diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2006-03-21 23:46:01 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2006-03-21 23:46:01 +0000 |
commit | 189c636af115408d492ae62e8d4168cc0ca93270 (patch) | |
tree | 589c02444ee9d37c4942bf48a0dc9d5610c3ecec /Makeconf | |
parent | eb13c95345799f42ab8916faa682864f6b7463b1 (diff) |
2006-03-21 Leonardo Lopes Pereira <leonardolopespereira@gmail.com>
* Makeconf (mach_defs_names): Remove `mach_norma' and `norma_task'.
Diffstat (limited to 'Makeconf')
-rw-r--r-- | Makeconf | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -530,8 +530,8 @@ vpath %.defs $(top_srcdir)/hurd # These we want to find in the libc include directory... mach_defs_names = bootstrap exc mach mach4 \ - mach_host mach_norma mach_port mach_timer_reply memory_object \ - memory_object_default norma_task notify + mach_host mach_port mach_timer_reply memory_object \ + memory_object_default notify device_defs_names = dev_forward device device_reply device_request mach_defs = $(addsuffix .defs,$(mach_defs_names)) |