summaryrefslogtreecommitdiff
path: root/test/stat/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-10-18 10:20:59 +0000
committerEric Andersen <andersen@codepoet.org>2003-10-18 10:20:59 +0000
commitdd3fb0f8c1c10fcee804f11a4eed84316c5f694b (patch)
tree916c96c10d0178fa6f1c8d176f2c2d0bf72338b0 /test/stat/Makefile
parent49f0dd0fcb64746b1ef06e094f2fa8091c23637c (diff)
Peter Kjellerstedt writes:
rm.patch: * Define $(RM) as rm -f in Rules.mak and test/Rules.mak (this is the same definition as gmake uses by default). * Change all occurrences of rm and rm -f into $(RM).
Diffstat (limited to 'test/stat/Makefile')
-rw-r--r--test/stat/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/stat/Makefile b/test/stat/Makefile
index 5c284fb05..39e5b2d4f 100644
--- a/test/stat/Makefile
+++ b/test/stat/Makefile
@@ -27,7 +27,7 @@ TARGETS=stat_diff stat64_diff
all: $(TARGETS)
stat_source:
- -@ rm -f $(TARGETS)
+ -@ $(RM) $(TARGETS)
-@ echo "-------"
-@ echo "stat.c source: "
-@ echo " "
@@ -95,7 +95,7 @@ stat64_diff: stat64 stat64_glibc
-@ echo " "
clean:
- rm -f *.[oa] *~ core stat stat_glibc stat_glibc.out stat.out \
+ $(RM) *.[oa] *~ core stat stat_glibc stat_glibc.out stat.out \
stat64 stat64_glibc stat64_glibc.out stat64.out