summaryrefslogtreecommitdiff
path: root/libpthread/nptl/sysdeps/pthread
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/pthread
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/pthread')
-rw-r--r--libpthread/nptl/sysdeps/pthread/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/libpthread/nptl/sysdeps/pthread/Makefile.in b/libpthread/nptl/sysdeps/pthread/Makefile.in
index 2a94e4315..000d18b1d 100644
--- a/libpthread/nptl/sysdeps/pthread/Makefile.in
+++ b/libpthread/nptl/sysdeps/pthread/Makefile.in
@@ -155,9 +155,9 @@ $(pthread_DIR)/pt-sigfillset.c:
$(pthread_DIR)/pt-sigprocmask.c:
$(LN) -s sigprocmask.c $@
-objclean-y += nptl_pthread_clean
+objclean-y += CLEAN_libpthread/nptl/sysdeps/pthread
-nptl_pthread_clean:
+CLEAN_libpthread/nptl/sysdeps/pthread:
$(do_rm) $(addprefix $(pthread_OUT)/*., o os oS s S) $(pthread_OUT)/defs.h \
$(pthread_DIR)/pt-sigaction.c $(pthread_DIR)/pt-sigfillset.c \
$(pthread_DIR)/pt-sigprocmask.c