summaryrefslogtreecommitdiff
path: root/libpipe/Makefile
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1996-09-17 16:43:48 +0000
committerThomas Bushnell <thomas@gnu.org>1996-09-17 16:43:48 +0000
commitdcf8f5b059e9ae3f767dc4069859dceba756328a (patch)
tree0079e8ac765fb551a9778ede1643145a954992a4 /libpipe/Makefile
parent88f8b13a55f5dac05830f486d0403b11b107c975 (diff)
*** empty log message ***
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)