From: Vikram S. Adve Date: Mon, 6 Aug 2001 18:53:26 +0000 (+0000) Subject: Use full pathname for burg. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=735c4ce808893ef95e23fc5d0a5152d0b636b75e;p=oota-llvm.git Use full pathname for burg. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@342 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/TargetMachine/Sparc/Makefile b/lib/CodeGen/TargetMachine/Sparc/Makefile index c827629b3b3..05b675ddb2e 100644 --- a/lib/CodeGen/TargetMachine/Sparc/Makefile +++ b/lib/CodeGen/TargetMachine/Sparc/Makefile @@ -12,7 +12,7 @@ Source = \ include $(LEVEL)/Makefile.common -BURG = burg -I +BURG = /home/vadve/vadve/Research/DynOpt/Burg/burg -I %.burm.cpp: %.burg $(BURG) -o $@ $<