diff options
Diffstat (limited to 'libpthread')
-rw-r--r-- | 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 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) |