summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 458213d..79cda56 100644
--- a/Makefile
+++ b/Makefile
@@ -141,7 +141,6 @@ libpthread-static-only-routines = pt-atfork
headers := \
pthread.h \
- pthread/pthread.h \
semaphore.h \
\
bits/pthread.h \
@@ -186,8 +185,7 @@ SYSDEP_PATH = $(srcdir)/sysdeps/$(MICROKERNEL)/hurd/i386 \
$(srcdir)/sysdeps/hurd \
$(srcdir)/sysdeps/generic \
$(srcdir)/sysdeps/posix \
- $(srcdir)/pthread \
- $(srcdir)/include
+ $(srcdir)/pthread
VPATH += $(SYSDEP_PATH)