summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorjoerg <joerg>2013-08-27 15:40:42 +0000
committerjoerg <joerg>2013-08-27 15:40:42 +0000
commit56b350fe3c3ea5a1dd4398b5f0c8bc8b548a4952 (patch)
tree3c8e479933c6118db72381317273d19d24c9d318 /benchmarks
parent8c93085cd1b972b451680940dcdceddbd5e3ee01 (diff)
downloadpkgsrc-56b350fe3c3ea5a1dd4398b5f0c8bc8b548a4952.tar.gz
Fix automake invocation.
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/filebench/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/filebench/Makefile b/benchmarks/filebench/Makefile
index f668407d5d6..1ae8846fc71 100644
--- a/benchmarks/filebench/Makefile
+++ b/benchmarks/filebench/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2012/09/11 22:37:12 asau Exp $
+# $NetBSD: Makefile,v 1.3 2013/08/27 15:40:42 joerg Exp $
DISTNAME= filebench-1.4.9.1
CATEGORIES= benchmarks
@@ -14,7 +14,7 @@ USE_TOOLS= lex
USE_TOOLS+= aclocal autoconf automake
pre-configure:
- cd $(WRKSRC) && aclocal && automake && autoconf
+ cd $(WRKSRC) && aclocal && automake -a && autoconf
post-install:
cd $(WRKSRC) && $(INSTALL_DATA) README $(DESTDIR)$(PREFIX)/share/$(PKGBASE)/