summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index dabf92430..ac6b27bc0 100644
--- a/Makefile
+++ b/Makefile
@@ -82,6 +82,8 @@ headers: dummy
ln -fs mips mipsel; \
cd $(PWD)/ldso/ldso; \
ln -fs mips mipsel; \
+ cd $(PWD)/libpthread/linuxthreads/sysdeps; \
+ ln -fs mips mipsel; \
elif [ $(TARGET_ARCH) = "h8300" ];then \
ln -fs $(KERNEL_SOURCE)/include/asm-h8300 include/asm; \
else \