[git commit nptl] nptl: Fix clean target to remove generated files

Carmelo Amoroso carmelo.amoroso at st.com
Wed Feb 10 14:24:03 UTC 2010


commit: http://git.uclibc.org/uClibc/commit/?id=79ba65f0a42addfe764a507ba2a186c2c8f62fc8
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/nptl

Signed-off-by: Carmelo Amoroso <carmelo.amoroso at st.com>
---
 .../nptl/sysdeps/unix/sysv/linux/Makefile.in       |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/Makefile.in b/libpthread/nptl/sysdeps/unix/sysv/linux/Makefile.in
index 0b3b771..e42f4a2 100644
--- a/libpthread/nptl/sysdeps/unix/sysv/linux/Makefile.in
+++ b/libpthread/nptl/sysdeps/unix/sysv/linux/Makefile.in
@@ -237,7 +237,7 @@ $(ALL_HEADERS_BITS_PTHREAD):
 
 nptl_linux_headers_clean:
 	$(do_rm) $(addprefix $(PTHREAD_LINUX_OUT)/gen_llowlevelbarrier., c s) \
-	$(addprefix $(PTHREAD_LINUX_OUT)/gen_lowlevelcond., c s) \
+	$(addprefix $(PTHREAD_LINUX_OUT)/gen_llowlevelcond., c s) \
 	$(addprefix $(PTHREAD_LINUX_OUT)/gen_llowlevelrwlock., c s) \
 	$(addprefix $(PTHREAD_LINUX_OUT)/gen_llowlevelrobustlock., c s) \
 	$(addprefix $(PTHREAD_LINUX_OUT)/gen_lunwindbuf., c s) \
-- 
1.6.3.3



More information about the uClibc-cvs mailing list