projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dba59ef
)
Better still, lets move pathname for Burg to Makefile.common.
author
Vikram S. Adve
<vadve@cs.uiuc.edu>
Mon, 6 Aug 2001 19:01:45 +0000
(19:01 +0000)
committer
Vikram S. Adve
<vadve@cs.uiuc.edu>
Mon, 6 Aug 2001 19:01:45 +0000
(19:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@344
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/TargetMachine/Sparc/Makefile
patch
|
blob
|
history
diff --git
a/lib/CodeGen/TargetMachine/Sparc/Makefile
b/lib/CodeGen/TargetMachine/Sparc/Makefile
index 05b675ddb2eacfdee385d9e9af4e6a072bb20a4a..d39aa10b0534b13052464948d215e6cd9a9bb8da 100644
(file)
--- 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 $@ $<