aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Sommerseth <davids@redhat.com>2010-07-08 17:59:47 +0200
committerDavid Sommerseth <davids@redhat.com>2010-07-08 17:59:47 +0200
commit9b7d1b7f41da3973424aa9e5decf7cc96a310386 (patch)
treeb9f3f740c858d027b68ae04ed93024d1afe3a509 /Makefile
parentbf746e32d5f8a3bde1540b89794a048537890a7e (diff)
downloadrteval-9b7d1b7f41da3973424aa9e5decf7cc96a310386.tar.gz
Updated rteval to use hackbench from rt-tests
Signed-off-by: David Sommerseth <davids@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index fe71edd..92c9824 100644
--- a/Makefile
+++ b/Makefile
@@ -34,9 +34,8 @@ PYLIB := $(DESTDIR)$(shell python -c 'import distutils.sysconfig; print distut
LOADDIR := loadsource
KLOAD := $(LOADDIR)/linux-2.6.26.1.tar.bz2
-HLOAD := $(LOADDIR)/hackbench.tar.bz2
BLOAD := $(LOADDIR)/dbench-4.0.tar.gz
-LOADS := $(KLOAD) $(HLOAD) $(BLOAD)
+LOADS := $(KLOAD) $(BLOAD)
runit:
[ -d ./run ] || mkdir run