summaryrefslogtreecommitdiff
path: root/libfshelp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libfshelp/Makefile')
-rw-r--r--libfshelp/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/libfshelp/Makefile b/libfshelp/Makefile
index ac2d0c9a..8015e1a8 100644
--- a/libfshelp/Makefile
+++ b/libfshelp/Makefile
@@ -30,9 +30,8 @@ SRCS = lock-acquire.c lock-init.c \
LCLHDRS = fshelp.h locks.h trans.h
installhdrs = fshelp.h
+HURDLIBS=shouldbeinlibc threads
OBJS = $(subst .c,.o,$(SRCS))
include ../Makeconf
-libfshelp.so: $(foreach lib,shouldbeinlibc threads,\
- ../lib$(lib)/lib$(lib).so)