diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-01-01 02:13:29 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-01-01 02:13:29 +0100 |
commit | 89c9590e020e1372cfab037b7789aaef89b4f544 (patch) | |
tree | e460e87e26a6f6b66f23ee77ea89a427b0cccdc5 /libfshelp-tests | |
parent | e9c74ee7faceeb7cad732b01b98d79f1b8e1995c (diff) | |
download | hurd-89c9590e020e1372cfab037b7789aaef89b4f544.tar.gz hurd-89c9590e020e1372cfab037b7789aaef89b4f544.tar.bz2 hurd-89c9590e020e1372cfab037b7789aaef89b4f544.zip |
libfshelp-tests: Fix cross-link
* libfshelp-tests/Makefile (HURDLIBS): Add ihash and shouldbeinlibc.
(race locks): Add ../libihash/libihash.a.
Diffstat (limited to 'libfshelp-tests')
-rw-r--r-- | libfshelp-tests/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libfshelp-tests/Makefile b/libfshelp-tests/Makefile index 3259016d..65ad6d5d 100644 --- a/libfshelp-tests/Makefile +++ b/libfshelp-tests/Makefile @@ -27,7 +27,7 @@ SRCS = race.c locks.c fork.c test-flock.c test-lockf.c test-fcntl.c MIGSTUBS = fsUser.o ioUser.o OBJS = $(SRCS:.c=.o) $(MIGSTUBS) -HURDLIBS = fshelp ports +HURDLIBS = fshelp ports ihash shouldbeinlibc LDLIBS += -lpthread race: race.o fsUser.o ioUser.o @@ -37,6 +37,6 @@ test-flock: test-flock.o test-lockf: test-lockf.o test-fcntl: test-fcntl.o ../libfshelp/libfshelp.a -race locks: ../libfshelp/libfshelp.a ../libports/libports.a ../libshouldbeinlibc/libshouldbeinlibc.a +race locks: ../libfshelp/libfshelp.a ../libports/libports.a ../libihash/libihash.a ../libshouldbeinlibc/libshouldbeinlibc.a include ../Makeconf |