[git commit master 1/1] buildsys: fix clean vs. headerclean

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Fri Jun 11 10:10:14 UTC 2010


commit: http://git.uclibc.org/uClibc/commit/?id=e76d6c8738aea33317c8d7bb57e4b1acff111edb
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 libpthread/nptl/Makefile.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/libpthread/nptl/Makefile.in b/libpthread/nptl/Makefile.in
index a5bffdf..866db5a 100644
--- a/libpthread/nptl/Makefile.in
+++ b/libpthread/nptl/Makefile.in
@@ -344,9 +344,9 @@ nptl_headers_bootstrap := $(top_builddir)include/pthread.h \
 		$(top_builddir)include/bits/stdio-lock.h
 
 
-CLEAN_libpthread/nptl:
+HEADERCLEAN_libpthread/nptl:
 	$(do_rm) $(nptl_headers_bootstrap) \
 	      $(addprefix $(PTHREAD_OUT)/pthread-errnos., c h s)
 
-HEADERCLEAN_libpthread/nptl:
+CLEAN_libpthread/nptl:
 	$(do_rm) $(addprefix $(PTHREAD_OUT)/*., o os oS a)
-- 
1.7.1



More information about the uClibc-cvs mailing list