summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2001-09-07 21:24:25 +0000
committerChris Lattner <sabre@nondot.org>2001-09-07 21:24:25 +0000
commitddceab8fbf456d979b2bdb16cbed78d2dbb9bf16 (patch)
treec12c6f9bf6ec3adc2330ac8d971f7c2caff77c05 /test
parent1fa0c09e9deb4c680d26f304921e940cf549fe0e (diff)
downloadexternal_llvm-ddceab8fbf456d979b2bdb16cbed78d2dbb9bf16.zip
external_llvm-ddceab8fbf456d979b2bdb16cbed78d2dbb9bf16.tar.gz
external_llvm-ddceab8fbf456d979b2bdb16cbed78d2dbb9bf16.tar.bz2
Make makefile not depend on where stuff is installed!!!!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@491 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index b75762f..247450c 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -1,4 +1,4 @@
-LLVM := /home/vadve/vadve/Research/DynOpt/LLVM/llvm
+LLVM := ..
LLC := $(LLVM)/tools/llc/llc
AS := $(LLVM)/tools/as/as
LLCOPTS := -dsched t