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/sysdeps/x86_64/Makefile.arch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libpthread/nptl/sysdeps/x86_64') diff --git a/libpthread/nptl/sysdeps/x86_64/Makefile.arch b/libpthread/nptl/sysdeps/x86_64/Makefile.arch index 8ba9e9ed4..6dca0f70c 100644 --- a/libpthread/nptl/sysdeps/x86_64/Makefile.arch +++ b/libpthread/nptl/sysdeps/x86_64/Makefile.arch @@ -27,8 +27,8 @@ libpthread-so-y += $(PTHREAD_ARCH_OBJ:.o=.oS) libpthread-nomulti-y += $(PTHREAD_ARCH_OBJ) -objclean-y += nptl_arch_clean -headers_clean-y += nptl_arch_headers_clean +objclean-y += CLEAN_libpthread/nptl/sysdeps/x86_64 +headers_clean-y += HEADERCLEAN_libpthread/nptl/sysdeps/x86_64 # # Create 'tcb-offsets.h' header file. @@ -46,8 +46,8 @@ $(PTHREAD_ARCH_OUT)/tcb-offsets.h: $(PTHREAD_ARCH_OUT)/tcb-offsets.s pregen-headers-$(UCLIBC_HAS_THREADS_NATIVE) += $(PTHREAD_ARCH_OUT)/tcb-offsets.h -nptl_arch_headers_clean: +HEADERCLEAN_libpthread/nptl/sysdeps/x86_64: $(do_rm) $(addprefix $(PTHREAD_ARCH_OUT)/tcb-offsets., c s h) -nptl_arch_clean: +CLEAN_libpthread/nptl/sysdeps/x86_84: $(do_rm) $(addprefix $(PTHREAD_ARCH_OUT)/*., o os oS) -- cgit v1.2.3