diff options
author | Thomas Bushnell, BSG <thomas@gnu.org> | 1996-08-12 23:22:12 +0000 |
---|---|---|
committer | Thomas Bushnell, BSG <thomas@gnu.org> | 1996-08-12 23:22:12 +0000 |
commit | acba7f19846b009a7dbc733896471b107d54dbd5 (patch) | |
tree | c98f98b1222c0d18cb42f054565c395b0a1ffe2c /mach/Makefile | |
parent | 15a83d04bba6b93b3c72d351b7a405e8b5651bd8 (diff) | |
download | glibc-acba7f19846b009a7dbc733896471b107d54dbd5.zip glibc-acba7f19846b009a7dbc733896471b107d54dbd5.tar.gz glibc-acba7f19846b009a7dbc733896471b107d54dbd5.tar.bz2 |
*** empty log message ***cvs/libc-960813
Diffstat (limited to 'mach/Makefile')
-rw-r--r-- | mach/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mach/Makefile b/mach/Makefile index e15e2f5..31ec7e0 100644 --- a/mach/Makefile +++ b/mach/Makefile @@ -109,7 +109,7 @@ endif # Make the MiG stubs for $(mach-shortcuts) be CALL_rpc. migdefines += $(foreach call,$(mach-shortcuts),-D$(call)=$(call)_rpc) -mach/mach_interface.uh mach/mach_port.uh: $(objpfx)mach-syscalls.mk +mach/mach_interface.uh mach/mach_host.uh mach/mach_port.uh: $(objpfx)mach-syscalls.mk ifdef mach-shortcuts $(mach-shortcuts:%=$(objpfx)%.c): $(objpfx)%.c: shortcut.awk \ @@ -123,6 +123,7 @@ endif # mach-shortcuts # Generate mach-shortcuts.h, which will contain the prototypes for the # shortcutted kernel RPC functions. $(objpfx)mach-shortcuts.h: $(objpfx)mach/mach_interface.h \ + $(objpfx)mach/mach_host.h \ $(objpfx)mach/mach_port.h # The first line gets us one paragraph per line, with @s separating real lines. # The second line selects paragraphs for the shortcutted functions. |