summaryrefslogtreecommitdiff
path: root/libpthread/nptl/sysdeps/generic
diff options
context:
space:
mode:
authorCarmelo Amoroso <carmelo.amoroso@st.com>2010-04-25 20:38:19 +0200
committerCarmelo Amoroso <carmelo.amoroso@st.com>2010-04-25 20:38:19 +0200
commita63e523a5ee5599ce83fe7a964fa69d25d5d04ac (patch)
treec6d0bdb274efc66b937fc1a241751ff54e8436ca /libpthread/nptl/sysdeps/generic
parentff5e4de7088fe8d34812c2a1e604bf04be713606 (diff)
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_<full_path> and HEADER_<full_path>. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
Diffstat (limited to 'libpthread/nptl/sysdeps/generic')
-rw-r--r--libpthread/nptl/sysdeps/generic/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/libpthread/nptl/sysdeps/generic/Makefile.in b/libpthread/nptl/sysdeps/generic/Makefile.in
index 1079a5fd9..5276e3574 100644
--- a/libpthread/nptl/sysdeps/generic/Makefile.in
+++ b/libpthread/nptl/sysdeps/generic/Makefile.in
@@ -24,7 +24,7 @@ libc-static-y+=$(LIBC_GENERIC_OBJ)
libc-nomulti-y+=$(LIBC_GENERIC_OBJ)
-objclean-y+=nptl_pthread_generic_clean
+objclean-y += CLEAN_libpthread/nptl/sysdeps/generic
-nptl_pthread_generic_clean:
+CLEAN_libpthread/nptl/sysdeps/generic:
$(do_rm) $(addprefix $(PTHREAD_GENERIC_OUT)/*., o os oS)