diff options
author | Roland McGrath <roland@gnu.org> | 1995-10-09 18:56:59 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-10-09 18:56:59 +0000 |
commit | d601a3e2d6ecee2ab10c1721c3cba80fa7a79dca (patch) | |
tree | 06aa7197877e8c364e1cff1d346bd471a00d2ed7 /libports | |
parent | 071b6e82e6d64861c01cbe5408458f768ec2b680 (diff) |
Specify shared library dependencies.
Diffstat (limited to 'libports')
-rw-r--r-- | libports/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libports/Makefile b/libports/Makefile index a313799d..89bc6b4f 100644 --- a/libports/Makefile +++ b/libports/Makefile @@ -43,3 +43,6 @@ OBJS = $(SRCS:.c=.o) notifyServer.o interruptServer.o MIGCOMSFLAGS = -prefix ports_ include ../Makeconf + +libports.so: $(foreach lib,threads ihash,\ + ../lib$(lib)/lib$(lib).so) |