From f3cacffe54fb2644fcf6dee57b5768af4e32e797 Mon Sep 17 00:00:00 2001 From: "\"Steven J. Hill\"" Date: Tue, 4 Oct 2005 00:33:54 +0000 Subject: Fix up build system for NPTL. I admit it is much cleaner now, but I lost my entire Saturday fixing this $!#$!#@$T! up. --- libc/stdio/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libc/stdio') diff --git a/libc/stdio/Makefile b/libc/stdio/Makefile index dc2a29173..729e4dd81 100644 --- a/libc/stdio/Makefile +++ b/libc/stdio/Makefile @@ -119,6 +119,10 @@ ifeq ($(strip $(UCLIBC_HAS_LFS)),y) OBJS += $(CLOBJS) endif +ifeq ($(UCLIBC_HAS_THREADS),y) +CFLAGS += $(PTINC) +endif + ifeq ($(UCLIBC_HAS_STDIO_FUTEXES),y) CFLAGS += -D__USE_STDIO_FUTEXES__ endif -- cgit v1.2.3