From b402fab3c3e317225b9649d29d95758e7dd2bbe2 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 21 Sep 2005 02:05:48 +0000 Subject: dont duplicate pthread.h in include and libpthread subdirs, so symlink it --- libpthread/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libpthread') diff --git a/libpthread/Makefile b/libpthread/Makefile index ee7cbf6a0..7a7fb30fa 100644 --- a/libpthread/Makefile +++ b/libpthread/Makefile @@ -48,6 +48,9 @@ LIBTHREAD_DB_LDFLAGS := $(subst -z defs,,$(LDFLAGS)) all: $(LIBPTHREAD) $(LIBTHREAD_DB) +headers: + $(LN) -sf $(TOPDIR)libpthread/linuxthreads/sysdeps/pthread/pthread.h $(TOPDIR)include/pthread.h + $(LIBPTHREAD): subdirs ifeq ($(strip $(UCLIBC_HAS_THREADS)),y) $(INSTALL) -d $(TOPDIR)lib -- cgit v1.2.3