summaryrefslogtreecommitdiff
path: root/libports/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 /libports/Makefile
parent88f8b13a55f5dac05830f486d0403b11b107c975 (diff)
*** empty log message ***
Diffstat (limited to 'libports/Makefile')
-rw-r--r--libports/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/libports/Makefile b/libports/Makefile
index 50ccd0c9..d3db7d30 100644
--- a/libports/Makefile
+++ b/libports/Makefile
@@ -40,11 +40,10 @@ SRCS = create-bucket.c create-class.c \
LCLHDRS = ports.h
installhdrs = ports.h
+HURDLIBS= ihash
OBJS = $(SRCS:.c=.o) notifyServer.o interruptServer.o
MIGCOMSFLAGS = -prefix ports_
include ../Makeconf
-libports.so: $(foreach lib,ihash,\
- ../lib$(lib)/lib$(lib).so)