diff options
author | wiz <wiz@pkgsrc.org> | 2001-04-09 11:45:33 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-04-09 11:45:33 +0000 |
commit | 18097323ee893387e9be485eeb6a6144bbd01b3f (patch) | |
tree | 983eb724fe1ff722e2ee13ead5cd2a7f8a091e31 /benchmarks/fib | |
parent | 66f4b365e36b992fc85c863a74869b7fea45911f (diff) | |
download | pkgsrc-18097323ee893387e9be485eeb6a6144bbd01b3f.tar.gz |
Remove unneeded '-' before ${MKDIR} or ${INSTALL_DATA_DIR}
Diffstat (limited to 'benchmarks/fib')
-rw-r--r-- | benchmarks/fib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/fib/Makefile b/benchmarks/fib/Makefile index 7aed0b1c67d..5b453884a81 100644 --- a/benchmarks/fib/Makefile +++ b/benchmarks/fib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/03/31 10:09:04 zuntum Exp $ +# $NetBSD: Makefile,v 1.7 2001/04/09 11:45:36 wiz Exp $ DISTNAME= fib.c PKGNAME= fib-980203 @@ -25,7 +25,7 @@ benchmark: -@${WRKSRC}/fib | tee ${WRKSRC}/fib.out results: - -@${MKDIR} /tmp/benches/`domainname` + @${MKDIR} /tmp/benches/`domainname` -@${CP} ${WRKSRC}/fib.out /tmp/benches/`domainname`/fib.`uname`-`uname -m`-`uname -r`.`hostname` .include "../../mk/bsd.pkg.mk" |