diff options
Diffstat (limited to 'libc/unistd/Makefile')
-rw-r--r-- | libc/unistd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/unistd/Makefile b/libc/unistd/Makefile index f30bfd3f1..a8d974734 100644 --- a/libc/unistd/Makefile +++ b/libc/unistd/Makefile @@ -115,5 +115,5 @@ $(patsubst %, _dirclean_%, $(DIRS)) : dummy dummy: clean: - rm -f *.[oa] *~ core gen_sysconf sysconf_*.c + $(RM) *.[oa] *~ core gen_sysconf sysconf_*.c |