From 811aad97c1f2b02278e807b854a27db113dc265b Mon Sep 17 00:00:00 2001 From: "Vikram S. Adve" Date: Mon, 6 Aug 2001 19:01:45 +0000 Subject: [PATCH] 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 --- lib/CodeGen/TargetMachine/Sparc/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 $@ $< -- 2.34.1