summaryrefslogtreecommitdiffstats
path: root/libc/misc/internals
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2005-06-12 01:57:45 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2005-06-12 01:57:45 +0000
commit7910749bb6b82696ad718f2ef75e9e181f1ad6f4 (patch)
tree2b08b94ca6ddf08467fc8f3772e960e38f31c584 /libc/misc/internals
parent12956d0dc1358c8b53af4aaeef5986a4d870409b (diff)
downloaduClibc-alpine-7910749bb6b82696ad718f2ef75e9e181f1ad6f4.tar.bz2
uClibc-alpine-7910749bb6b82696ad718f2ef75e9e181f1ad6f4.tar.xz
Fixed up 'clean' target for latest NPTL changes and modified include
dependency directories so that either thread model can be used by the C library modules that need some knowledge of pthreads.
Diffstat (limited to 'libc/misc/internals')
-rw-r--r--libc/misc/internals/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/misc/internals/Makefile b/libc/misc/internals/Makefile
index 23816b38d..fa34ccf89 100644
--- a/libc/misc/internals/Makefile
+++ b/libc/misc/internals/Makefile
@@ -45,11 +45,11 @@ interp.c: Makefile
echo "#endif" >> interp.c
interp.o: interp.c
- $(CC) $(CFLAGS) -c $< -o $@
+ $(CC) $(CFLAGS) $(PT_INCLUDES) -c $< -o $@
$(STRIPTOOL) -x -R .note -R .comment $*.o
$(COBJS): %.o : %.c
- $(CC) $(CFLAGS) -c $< -o $@
+ $(CC) $(CFLAGS) $(PT_INCLUDES) -c $< -o $@
$(STRIPTOOL) -x -R .note -R .comment $*.o
clean: