diff options
Diffstat (limited to 'libhurd-slab/Makefile')
-rw-r--r-- | libhurd-slab/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhurd-slab/Makefile b/libhurd-slab/Makefile index 925f70c1..7bb0e593 100644 --- a/libhurd-slab/Makefile +++ b/libhurd-slab/Makefile @@ -26,7 +26,7 @@ installhdrs = slab.h MIGSTUBS = OBJS = $(sort $(SRCS:.c=.o) $(MIGSTUBS)) -OTHERLIBS = -lpthread +LDLIBS = -lpthread MIGCOMSFLAGS = |