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:
f146ab1
)
Add a missing dependency
author
Chris Lattner
<sabre@nondot.org>
Sat, 16 Oct 2004 17:12:55 +0000
(17:12 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Sat, 16 Oct 2004 17:12:55 +0000
(17:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17031
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/SparcV9/Makefile
patch
|
blob
|
history
diff --git
a/lib/Target/SparcV9/Makefile
b/lib/Target/SparcV9/Makefile
index b83134bafe44b946e716a81ea72537d21dfe41e2..4226ddc09d144daa4e267af9dc27928cbbe4d6b4 100644
(file)
--- a/
lib/Target/SparcV9/Makefile
+++ b/
lib/Target/SparcV9/Makefile
@@
-23,7
+23,7
@@
endif
SparcV9.burg.in1 : $(SourceDir)/SparcV9.burg.in
$(CXX) -E -I$(LLVM_SRC_ROOT)/include $(DEBUG_FLAG) -x c++ $< | $(SED) '/^#/d' | $(SED) 's/Ydefine/#define/' > $@
-SparcV9.burm : SparcV9.burg.in1
+SparcV9.burm : SparcV9.burg.in1
$(LLVM_SRC_ROOT)/include/llvm/Instruction.def
$(CXX) -E -I$(LLVM_SRC_ROOT)/include $(DEBUG_FLAG) -x c++ $< | $(SED) '/^#/d' | $(SED) 's/^Xinclude/#include/' | $(SED) 's/^Xdefine/#define/' > $@
SparcV9.burm.cpp: SparcV9.burm