summaryrefslogtreecommitdiff
path: root/libc/misc/error/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'libc/misc/error/Makefile.in')
-rw-r--r--libc/misc/error/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/misc/error/Makefile.in b/libc/misc/error/Makefile.in
index fe0d0c1b9..b76a0dfff 100644
--- a/libc/misc/error/Makefile.in
+++ b/libc/misc/error/Makefile.in
@@ -23,7 +23,7 @@ MISC_ERROR_OBJ := $(patsubst %.c,$(MISC_ERROR_OUT)/%.o,$(CSRC))
libc-y += $(MISC_ERROR_OBJ)
-objclean-y += misc_error_clean
+objclean-y += CLEAN_libc/misc/error
-misc_error_clean:
+CLEAN_libc/misc/error:
$(do_rm) $(addprefix $(MISC_ERROR_OUT)/*., o os)