diff options
Diffstat (limited to 'libc/pwd_grp')
-rw-r--r-- | libc/pwd_grp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/pwd_grp/Makefile b/libc/pwd_grp/Makefile index f2cdf5a17..288b84a9c 100644 --- a/libc/pwd_grp/Makefile +++ b/libc/pwd_grp/Makefile @@ -53,4 +53,4 @@ __getgrent_r.c: config.h initgroups.c: config.h clean: - rm -f *.[oa] *~ core + $(RM) *.[oa] *~ core |