summaryrefslogtreecommitdiff
path: root/libpipe/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libpipe/Makefile')
-rw-r--r--libpipe/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/libpipe/Makefile b/libpipe/Makefile
index 8fed5382..bb864dd4 100644
--- a/libpipe/Makefile
+++ b/libpipe/Makefile
@@ -1,6 +1,6 @@
# Makefile for libpipe
#
-# Copyright (C) 1995 Free Software Foundation, Inc.
+# Copyright (C) 1995, 1996 Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
@@ -26,8 +26,7 @@ SRCS = pq.c dgram.c pipe.c stream.c seqpack.c addr.c
LCLHDRS = pipe.h pq.h
OBJS = $(SRCS:.c=.o)
+HURDLIBS=threads ports
include ../Makeconf
-libpipe.so: $(foreach lib,threads ports,\
- ../lib$(lib)/lib$(lib).so)