summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2010-06-11 12:10:14 +0200
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2010-06-11 12:10:14 +0200
commite76d6c8738aea33317c8d7bb57e4b1acff111edb (patch)
tree7dfd5e9b9bb346868f830fca46ba0d4cd81df703
parentb42f780c8198db68a18ae6bdcb3bb284fe073dfb (diff)
buildsys: fix clean vs. headerclean
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
-rw-r--r--libpthread/nptl/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/libpthread/nptl/Makefile.in b/libpthread/nptl/Makefile.in
index a5bffdfd5..866db5a69 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)