summaryrefslogtreecommitdiff
path: root/mach/Makefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1994-05-17 01:46:03 +0000
committerRoland McGrath <roland@gnu.org>1994-05-17 01:46:03 +0000
commit3ce1f6d07bd00f6b55cbf70322787023b49f122d (patch)
tree90080bddde96f98bd9907e5014002a113b8fe3c6 /mach/Makefile
parentfdc038b61b3901537b4022f3ae1f7ae0ad66612c (diff)
Formerly ../mach/Makefile.~77~
Diffstat (limited to 'mach/Makefile')
-rw-r--r--mach/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mach/Makefile b/mach/Makefile
index b371ef803b..675ff09308 100644
--- a/mach/Makefile
+++ b/mach/Makefile
@@ -28,8 +28,8 @@ headers = mach_init.h mach.h mach_error.h mach-shortcuts.h \
$(interface-headers) mach/mach.h mach/mig_support.h mach/error.h \
$(lock-headers) machine-sp.h
distribute = thread_state.h
-lock = spin-solid spin-lock spin-syms
-lock-headers = lock-intern.h machine-lock.h mutex.h spin-lock.h
+lock = spin-solid spin-lock spin-syms mutex-solid
+lock-headers = lock-intern.h machine-lock.h spin-lock.h
routines = $(filter-out syscall_%,$(mach-syscalls)) \
$(addprefix __,$(mach-syscalls)) \
$(mach-shortcuts) $(addprefix __,$(mach-shortcuts)) \