From ddceab8fbf456d979b2bdb16cbed78d2dbb9bf16 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 7 Sep 2001 21:24:25 +0000 Subject: [PATCH] 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 --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index b75762f5f14..247450c923a 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 -- 2.34.1