From dcf8f5b059e9ae3f767dc4069859dceba756328a Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Tue, 17 Sep 1996 16:43:48 +0000 Subject: *** empty log message *** --- libpipe/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'libpipe/Makefile') 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) -- cgit v1.2.3