summaryrefslogtreecommitdiff
path: root/benchmarks/hint
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/hint
parent66f4b365e36b992fc85c863a74869b7fea45911f (diff)
downloadpkgsrc-18097323ee893387e9be485eeb6a6144bbd01b3f.tar.gz
Remove unneeded '-' before ${MKDIR} or ${INSTALL_DATA_DIR}
Diffstat (limited to 'benchmarks/hint')
-rw-r--r--benchmarks/hint/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/hint/Makefile b/benchmarks/hint/Makefile
index 96149743661..4a1d80ce3f1 100644
--- a/benchmarks/hint/Makefile
+++ b/benchmarks/hint/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2001/02/16 13:37:52 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2001/04/09 11:45:37 wiz Exp $
# FreeBSD: Makefile,v 1.1.1.1 1998/06/15 18:09:43 ghelmer Exp
#
@@ -25,7 +25,7 @@ benchmark:
cd ${WRKSRC} ; ${MKDIR} data ; ./DOUBLE | tee hint.out
results:
- -@${MKDIR} /tmp/benches/`domainname`
+ @${MKDIR} /tmp/benches/`domainname`
-@${CP} ${WRKSRC}/hint.out /tmp/benches/`domainname`/hint.`uname`-`uname -m`-`uname -r`.`hostname`
.include "../../mk/bsd.pkg.mk"