diff options
author | Marcus Brinkmann <marcus@gnu.org> | 2000-11-26 14:33:20 +0000 |
---|---|---|
committer | Marcus Brinkmann <marcus@gnu.org> | 2000-11-26 14:33:20 +0000 |
commit | cadc821bbcdfb11bf7e1148727ad77485ad16372 (patch) | |
tree | 24397442565fb55b561913849656d2fe20e329fc /i386/Makefrag | |
parent | b24e2b21619a75838d6caeea33b3d8cebedd1851 (diff) |
2000-11-26 David Welch <david.welch@seh.ox.ac.uk>
* i386/Makefrag (i386-installed-headers): Removed dead files
from the list of headers to be installed
Diffstat (limited to 'i386/Makefrag')
-rw-r--r-- | i386/Makefrag | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/i386/Makefrag b/i386/Makefrag index d2d56f2..c55505c 100644 --- a/i386/Makefrag +++ b/i386/Makefrag @@ -124,13 +124,13 @@ i386-install-kernel: # We have our own version of this file installed-headers := $(filter-out mach/proc_ops.h,$(installed-headers)) -i386-installed-headers= mach/proc_ops.h \ - $(addprefix mach/i386/,asm.h bios.h boolean.h code16.h \ - debug_reg.h disk.h dpmi.h eflags.h exception.h far_ptr.h \ +i386-installed-headers= \ + $(addprefix mach/i386/,asm.h boolean.h \ + disk.h eflags.h exception.h \ fp_reg.h ioccom.h kern_return.h mach_i386.defs \ - mach_i386_types.h machine_types.defs multiboot.h paging.h \ - pio.h pmode.h proc_reg.h rpc.h seg.h syscall_sw.h \ - thread_status.h time_stamp.h trap.h tss.h vcpi.h vm_param.h \ + mach_i386_types.h machine_types.defs multiboot.h \ + rpc.h syscall_sw.h \ + thread_status.h trap.h vm_param.h \ vm_types.h) |