From d601a3e2d6ecee2ab10c1721c3cba80fa7a79dca Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 9 Oct 1995 18:56:59 +0000 Subject: Specify shared library dependencies. --- libfshelp/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libfshelp') diff --git a/libfshelp/Makefile b/libfshelp/Makefile index 9344a992..da9a4fc1 100644 --- a/libfshelp/Makefile +++ b/libfshelp/Makefile @@ -30,3 +30,6 @@ installhdrs = fshelp.h OBJS = $(subst .c,.o,$(SRCS)) include ../Makeconf + +libfshelp.so: $(foreach lib,shouldbeinlibc threads,\ + ../lib$(lib)/lib$(lib).so) -- cgit v1.2.3