diff options
author | Roland McGrath <roland@gnu.org> | 1995-03-27 17:44:04 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-03-27 17:44:04 +0000 |
commit | c316b48636c57c68febc93cfcf192d362be94675 (patch) | |
tree | 3bafd0ce817d6f79b731d6ea8e56bbbf698293b6 /mach | |
parent | 342414a6e0952c308c0cf27daab6ea24fc4cc172 (diff) | |
download | glibc-c316b48636c57c68febc93cfcf192d362be94675.zip glibc-c316b48636c57c68febc93cfcf192d362be94675.tar.gz glibc-c316b48636c57c68febc93cfcf192d362be94675.tar.bz2 |
* mach/Makefile (headers): Add mach/mach_traps.h.
* Makerules ($(installed-libcs) rule): Fix typos.
Diffstat (limited to 'mach')
-rw-r--r-- | mach/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mach/Makefile b/mach/Makefile index f9a3815..3a7a8fe 100644 --- a/mach/Makefile +++ b/mach/Makefile @@ -24,7 +24,7 @@ all: include ../Makeconfig -headers = mach_init.h mach.h mach_error.h mach-shortcuts.h \ +headers = mach_init.h mach.h mach_error.h mach-shortcuts.h mach/mach_traps.h \ $(interface-headers) mach/mach.h mach/mig_support.h mach/error.h \ $(lock-headers) machine-sp.h distribute = thread_state.h |