summaryrefslogtreecommitdiff
path: root/benchmarks/paranoia
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2001-04-09 11:45:33 +0000
committerwiz <wiz@pkgsrc.org>2001-04-09 11:45:33 +0000
commit18097323ee893387e9be485eeb6a6144bbd01b3f (patch)
tree983eb724fe1ff722e2ee13ead5cd2a7f8a091e31 /benchmarks/paranoia
parent66f4b365e36b992fc85c863a74869b7fea45911f (diff)
downloadpkgsrc-18097323ee893387e9be485eeb6a6144bbd01b3f.tar.gz
Remove unneeded '-' before ${MKDIR} or ${INSTALL_DATA_DIR}
Diffstat (limited to 'benchmarks/paranoia')
-rw-r--r--benchmarks/paranoia/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/paranoia/Makefile b/benchmarks/paranoia/Makefile
index c01e5410e85..033acd4aeea 100644
--- a/benchmarks/paranoia/Makefile
+++ b/benchmarks/paranoia/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2001/03/31 10:09:05 zuntum Exp $
+# $NetBSD: Makefile,v 1.10 2001/04/09 11:45:38 wiz Exp $
DISTNAME= paranoia
PKGNAME= paranoia-960101
@@ -22,7 +22,7 @@ benchmark:
@(cd ${WRKSRC}; ./paranoia < ${FILESDIR}/paranoia.run | tee paranoia.out)
results:
- -@${MKDIR} /tmp/benches/`domainname`
+ @${MKDIR} /tmp/benches/`domainname`
-@${CP} ${WRKSRC}/paranoia.out /tmp/benches/`domainname`/paranoia.`uname`-`uname -m`-`uname -r`.`hostname`
.include "../../mk/bsd.pkg.mk"