From 54a9de1bc46c49543c5fc07b6128d0f18b5c4023 Mon Sep 17 00:00:00 2001 From: mharo Date: Sat, 28 Aug 1999 02:42:41 +0000 Subject: expr -> ${EXPR} mv -> ${MV} rm -> ${RM} tr -> ${TR} --- benchmarks/bytebench/Makefile | 2 +- benchmarks/unixbench/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'benchmarks') diff --git a/benchmarks/bytebench/Makefile b/benchmarks/bytebench/Makefile index b931574382ad..200f088c714e 100644 --- a/benchmarks/bytebench/Makefile +++ b/benchmarks/bytebench/Makefile @@ -32,6 +32,6 @@ do-install: ${CHMOD} 755 $(PREFIX)/lib/bytebench/pgms/* ${CHMOD} 755 $(PREFIX)/lib/bytebench/results ${CHMOD} 755 $(PREFIX)/lib/bytebench/testdir - @rm -f ${PREFIX}/lib/bytebench/pgms/*.orig + @${RM} -f ${PREFIX}/lib/bytebench/pgms/*.orig .include diff --git a/benchmarks/unixbench/Makefile b/benchmarks/unixbench/Makefile index b931574382ad..200f088c714e 100644 --- a/benchmarks/unixbench/Makefile +++ b/benchmarks/unixbench/Makefile @@ -32,6 +32,6 @@ do-install: ${CHMOD} 755 $(PREFIX)/lib/bytebench/pgms/* ${CHMOD} 755 $(PREFIX)/lib/bytebench/results ${CHMOD} 755 $(PREFIX)/lib/bytebench/testdir - @rm -f ${PREFIX}/lib/bytebench/pgms/*.orig + @${RM} -f ${PREFIX}/lib/bytebench/pgms/*.orig .include -- cgit