From 3b3392a80d34058ec507f0b65e5763f460921645 Mon Sep 17 00:00:00 2001
From: Martin Nilsson <mani@lysator.liu.se>
Date: Sat, 18 Sep 2004 22:28:10 +0200
Subject: [PATCH] More benchmark arguments

Rev: src/Makefile.in:1.384
---
 src/Makefile.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/Makefile.in b/src/Makefile.in
index 4dbb9dc7af..455a11fd21 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -1,5 +1,5 @@
 #
-# $Id: Makefile.in,v 1.383 2004/07/04 12:54:46 mast Exp $
+# $Id: Makefile.in,v 1.384 2004/09/18 20:28:10 nilsson Exp $
 #
 
 # This line is needed on some machines.
@@ -680,7 +680,7 @@ feature_list:
 	$(RUNPIKE) $(TMP_BINDIR)/feature_list
 
 run_bench:
-	$(RUNPIKE) $(ARGS) -x benchmark
+	$(RUNPIKE) $(ARGS) -x benchmark $(BENCHARGS)
 
 lib: Makefile
 	@for d in lib lib/modules lib/include; do \
-- 
GitLab