summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/TargetMachine/Sparc
diff options
context:
space:
mode:
authorVikram S. Adve <vadve@cs.uiuc.edu>2001-08-06 19:01:45 +0000
committerVikram S. Adve <vadve@cs.uiuc.edu>2001-08-06 19:01:45 +0000
commited242ccea023a2da4463b0d9ab7319218b16d34f (patch)
tree4a53d490205460992bc3cd64adeaa054b2e238f9 /llvm/lib/CodeGen/TargetMachine/Sparc
parentca4a382bf75ff944b652c1c7ad5881c4b721461e (diff)
downloadbcm5719-llvm-ed242ccea023a2da4463b0d9ab7319218b16d34f.tar.gz
bcm5719-llvm-ed242ccea023a2da4463b0d9ab7319218b16d34f.zip
Better still, lets move pathname for Burg to Makefile.common.
llvm-svn: 344
Diffstat (limited to 'llvm/lib/CodeGen/TargetMachine/Sparc')
-rw-r--r--llvm/lib/CodeGen/TargetMachine/Sparc/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/llvm/lib/CodeGen/TargetMachine/Sparc/Makefile b/llvm/lib/CodeGen/TargetMachine/Sparc/Makefile
index 05b675ddb2e..d39aa10b053 100644
--- a/llvm/lib/CodeGen/TargetMachine/Sparc/Makefile
+++ b/llvm/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 $@ $<
OpenPOWER on IntegriCloud