summaryrefslogtreecommitdiff
path: root/benchmarks/benchfft
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/benchfft
parent66f4b365e36b992fc85c863a74869b7fea45911f (diff)
downloadpkgsrc-18097323ee893387e9be485eeb6a6144bbd01b3f.tar.gz
Remove unneeded '-' before ${MKDIR} or ${INSTALL_DATA_DIR}
Diffstat (limited to 'benchmarks/benchfft')
-rw-r--r--benchmarks/benchfft/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/benchfft/Makefile b/benchmarks/benchfft/Makefile
index 4876ff467f4..b775fd1e7f8 100644
--- a/benchmarks/benchfft/Makefile
+++ b/benchmarks/benchfft/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2001/02/16 13:37:44 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2001/04/09 11:45:35 wiz Exp $
DISTNAME= benchfft-2.0
CATEGORIES= benchmarks math
@@ -45,7 +45,7 @@ benchmark:
.endif
results:
- -@${MKDIR} /tmp/benches/`domainname`
+ @${MKDIR} /tmp/benches/`domainname`
-@${CP} ${WRKSRC}/submit.txt /tmp/benches/`domainname`/fft.`uname`-`uname -m`-`uname -r`.`hostname`
.include "../../mk/bsd.pkg.mk"