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/unix/sysv/linux/i386/Makefile.arch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libpthread/nptl/sysdeps/unix/sysv/linux/i386/Makefile.arch') diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/i386/Makefile.arch b/libpthread/nptl/sysdeps/unix/sysv/linux/i386/Makefile.arch index 570aa560e..8bd5492dc 100644 --- a/libpthread/nptl/sysdeps/unix/sysv/linux/i386/Makefile.arch +++ b/libpthread/nptl/sysdeps/unix/sysv/linux/i386/Makefile.arch @@ -65,7 +65,7 @@ libc-shared-y+=$(LIBC_LINUX_ARCH_OBJ:.o=.oS) libc-nomulti-y+=$(LIBC_LINUX_ARCH_OBJ) -objclean-y+=nptl_linux_arch_clean +objclean-y+=CLEAN_libpthread/nptl/sysdeps/unix/sysv/linux/i386 -nptl_linux_arch_clean: +CLEAN_libpthread/nptl/sysdeps/unix/sysv/linux/i386: $(do_rm) $(addprefix $(LINUX_ARCH_OUT)/*., o os oS) -- cgit v1.2.3