summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-09-21 02:05:48 +0000
committerMike Frysinger <vapier@gentoo.org>2005-09-21 02:05:48 +0000
commitb402fab3c3e317225b9649d29d95758e7dd2bbe2 (patch)
treed60e06cecf059290c1eabd19a49fab7826aa05a8 /Makefile
parent92ba1e6ffd79354ad2e70d5a98ef86903d51db43 (diff)
dont duplicate pthread.h in include and libpthread subdirs, so symlink it
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a8ad7154e..c69eff813 100644
--- a/Makefile
+++ b/Makefile
@@ -120,6 +120,7 @@ headers: include/bits/uClibc_config.h
else \
mv -f include/bits/sysnum.h.new include/bits/sysnum.h; \
fi
+ $(MAKE) -C libpthread headers
$(MAKE) -C libc/sysdeps/linux/common headers
$(MAKE) -C libc/sysdeps/linux/$(TARGET_ARCH) headers