diff options
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 |
commit | 7910749bb6b82696ad718f2ef75e9e181f1ad6f4 (patch) | |
tree | 2b08b94ca6ddf08467fc8f3772e960e38f31c584 /libc/sysdeps/linux | |
parent | 12956d0dc1358c8b53af4aaeef5986a4d870409b (diff) | |
download | uClibc-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/sysdeps/linux')
-rw-r--r-- | libc/sysdeps/linux/mips/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/mips/Makefile b/libc/sysdeps/linux/mips/Makefile index dda217b46..bd905441a 100644 --- a/libc/sysdeps/linux/mips/Makefile +++ b/libc/sysdeps/linux/mips/Makefile @@ -89,3 +89,4 @@ clean: $(RM) bits/sysnum.h $(RM) $(TOPDIR)/include/fpu_control.h $(RM) $(TOPDIR)/include/sgidefs.h + $(RM) $(TOPDIR)/include/sysdep.h |