diff options
Diffstat (limited to 'test/pwd_grp/Makefile')
-rw-r--r-- | test/pwd_grp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pwd_grp/Makefile b/test/pwd_grp/Makefile index 3a3b3b572..f1f63b406 100644 --- a/test/pwd_grp/Makefile +++ b/test/pwd_grp/Makefile @@ -87,6 +87,6 @@ test_grp_diff: test_grp_glibc test_grp -@ echo " " clean: - rm -f *.[oa] *~ core $(TARGETS) *.out + $(RM) *.[oa] *~ core $(TARGETS) *.out |