From dd3fb0f8c1c10fcee804f11a4eed84316c5f694b Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 18 Oct 2003 10:20:59 +0000 Subject: 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). --- test/stat/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/stat/Makefile') 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 -- cgit v1.2.3