summaryrefslogtreecommitdiff
path: root/libpthread/nptl/Makefile.in
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/Makefile.in
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/Makefile.in')
-rw-r--r--libpthread/nptl/Makefile.in8
1 files changed, 4 insertions, 4 deletions
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)