summaryrefslogtreecommitdiff
path: root/libc/string/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'libc/string/Makefile.in')
-rw-r--r--libc/string/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/string/Makefile.in b/libc/string/Makefile.in
index 08a1856b7..9be083dd0 100644
--- a/libc/string/Makefile.in
+++ b/libc/string/Makefile.in
@@ -135,7 +135,7 @@ libc-y += $(STRING_COBJ)
libc-nomulti-$(UCLIBC_HAS_XLOCALE) += $(STRING_OUT)/wcsxfrm_l.o
libc-nomulti-y += $(STRING_OUT)/__xpg_strerror_r.o
-objclean-y += string_clean
+objclean-y += CLEAN_libc/string
-string_clean:
+CLEAN_libc/string:
$(do_rm) $(addprefix $(STRING_OUT)/,$(addprefix *., o os oS) $(addprefix */*., o os oS) $(addprefix */*/*., o os oS))