diff options
Diffstat (limited to 'test/unistd')
-rw-r--r-- | test/unistd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unistd/Makefile b/test/unistd/Makefile index f64b5428c..8be5b6dc9 100644 --- a/test/unistd/Makefile +++ b/test/unistd/Makefile @@ -101,6 +101,6 @@ preadwrite: preadwrite.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC) -@ echo " " clean: - rm -f *.[oa] *~ core $(TARGETS) + $(RM) *.[oa] *~ core $(TARGETS) |