Browse Source

buildsys: fix clean vs. headerclean

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Bernhard Reutner-Fischer 15 years ago
parent
commit
e76d6c8738
1 changed files with 2 additions and 2 deletions
  1. 2 2
      libpthread/nptl/Makefile.in

+ 2 - 2
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)