summaryrefslogtreecommitdiff
path: root/libiohelp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libiohelp/Makefile')
-rw-r--r--libiohelp/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/libiohelp/Makefile b/libiohelp/Makefile
index 89c4fb04..374f7ee1 100644
--- a/libiohelp/Makefile
+++ b/libiohelp/Makefile
@@ -20,14 +20,18 @@ dir := libioserver
include ../Makeconf
OBJS = get_conch.o handle_io_get_conch.o handle_io_release_conch.o \
- initialize_conch.o server_get_conch.o
+ initialize_conch.o verify_user_conch.o
# Make sure we get local copies of the headers we install.
CPPFLAGS := -I. $(CPPFLAGS)
-all: libioserver.a($OBJS)
+all: libioserver.a(__.SYMDEF)
-$(hurdinst)/lib/libioserver.a: libioserver.a($OBJS)
+libioserver.a(__.SYMDEF): $(OBJS)
+ ar r $@ $?
+ ranlib $@
+
+$(hurdinst)/lib/libioserver.a: libioserver.a(__.SYMDEF)
cp libioserver.a $@
ranlib $@