From: Vikram S. Adve Date: Mon, 6 Aug 2001 19:01:45 +0000 (+0000) Subject: Better still, lets move pathname for Burg to Makefile.common. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=811aad97c1f2b02278e807b854a27db113dc265b;p=oota-llvm.git Better still, lets move pathname for Burg to Makefile.common. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@344 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/TargetMachine/Sparc/Makefile b/lib/CodeGen/TargetMachine/Sparc/Makefile index 05b675ddb2e..d39aa10b053 100644 --- a/lib/CodeGen/TargetMachine/Sparc/Makefile +++ b/lib/CodeGen/TargetMachine/Sparc/Makefile @@ -12,8 +12,6 @@ Source = \ include $(LEVEL)/Makefile.common -BURG = /home/vadve/vadve/Research/DynOpt/Burg/burg -I - %.burm.cpp: %.burg - $(BURG) -o $@ $< + $(RunBurg) -o $@ $<