From a63e523a5ee5599ce83fe7a964fa69d25d5d04ac Mon Sep 17 00:00:00 2001 From: Carmelo Amoroso Date: Sun, 25 Apr 2010 20:38:19 +0200 Subject: nptl: Harmonize objects and headers makefile clean targets Update all the nptl clean targets (both objects and headers) to use the new syntax using CLEAN_ and HEADER_. Signed-off-by: Carmelo Amoroso --- libpthread/nptl/Makefile.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libpthread/nptl/Makefile.in') diff --git a/libpthread/nptl/Makefile.in b/libpthread/nptl/Makefile.in index 1e9f98cea..9d3e393c0 100644 --- a/libpthread/nptl/Makefile.in +++ b/libpthread/nptl/Makefile.in @@ -261,8 +261,8 @@ endif libpthread-so-y := $(patsubst $(PTHREAD_DIR)/%.c,$(PTHREAD_OUT)/%.oS,$(libpthread_so_SRC)) libpthread-static-y += $(patsubst $(PTHREAD_DIR)/%.c,$(PTHREAD_OUT)/%.o,$(libpthread_a_SRC) $(libpthread_static_SRC)) -objclean-y += libpthread_clean -headers_clean-y += nptl_headers_clean +objclean-y += CLEAN_libpthread/nptl +headers_clean-y += HEADERCLEAN_libpthread/nptl -include $(PTHREAD_DIR)/sysdeps/generic/Makefile.in -include $(PTHREAD_DIR)/sysdeps/pthread/Makefile.in @@ -333,9 +333,9 @@ nptl_headers_bootstrap := $(top_builddir)include/pthread.h \ $(top_builddir)include/bits/stdio-lock.h -nptl_headers_clean: +CLEAN_libpthread/nptl: $(do_rm) $(nptl_headers_bootstrap) \ $(addprefix $(PTHREAD_OUT)/pthread-errnos., c h s) -libpthread_clean: +HEADERCLEAN_libpthread/nptl: $(do_rm) $(addprefix $(PTHREAD_OUT)/*., o os oS a) -- cgit v1.2.3