From 8db3f39cea2f1b4ddc130cad7285967fb25afe0a Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 9 Mar 2002 18:07:36 +0000 Subject: Avoid forced -lpthread lnkage when threading is enabled --- libc/misc/pthread/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/misc/pthread') diff --git a/libc/misc/pthread/Makefile b/libc/misc/pthread/Makefile index 8409789bf..3146c7a9a 100644 --- a/libc/misc/pthread/Makefile +++ b/libc/misc/pthread/Makefile @@ -29,7 +29,7 @@ SYSDEPINC = -I$(PTDIR)sysdeps/unix/sysv/linux \ -I$(TOPDIR)libc/sysdeps/linux/$(TARGET_ARCH) CFLAGS += $(SYSDEPINC) -D_GNU_SOURCE -CSRC=no-tsd.c #weaks.c +CSRC=no-tsd.c weaks.c COBJS=$(patsubst %.c,%.o, $(CSRC)) OBJS=$(COBJS) -- cgit v1.2.3