From: Chris Lattner Date: Fri, 7 Sep 2001 21:24:25 +0000 (+0000) Subject: Make makefile not depend on where stuff is installed!!!! X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ddceab8fbf456d979b2bdb16cbed78d2dbb9bf16;p=oota-llvm.git 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 --- 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