diff options
author | Thomas Bushnell <thomas@gnu.org> | 1996-09-17 16:43:48 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1996-09-17 16:43:48 +0000 |
commit | dcf8f5b059e9ae3f767dc4069859dceba756328a (patch) | |
tree | 0079e8ac765fb551a9778ede1643145a954992a4 /libfshelp/Makefile | |
parent | 88f8b13a55f5dac05830f486d0403b11b107c975 (diff) |
*** empty log message ***
Diffstat (limited to 'libfshelp/Makefile')
-rw-r--r-- | libfshelp/Makefile | 3 |
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) |