summaryrefslogtreecommitdiff
path: root/libc/pwd_grp/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'libc/pwd_grp/Makefile.in')
-rw-r--r--libc/pwd_grp/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/pwd_grp/Makefile.in b/libc/pwd_grp/Makefile.in
index 6e183cc1c..757adc85c 100644
--- a/libc/pwd_grp/Makefile.in
+++ b/libc/pwd_grp/Makefile.in
@@ -27,7 +27,7 @@ PWDGRP_OBJ := $(patsubst %.c,$(PWDGRP_OUT)/%.o,$(CSRC))
libc-y += $(PWDGRP_OBJ)
-objclean-y += pwdgrp_clean
+objclean-y += CLEAN_libc/pwd_grp
-pwdgrp_clean:
+CLEAN_libc/pwd_grp:
$(do_rm) $(addprefix $(PWDGRP_OUT)/*., o os)