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:
6357a3f
)
Fix build error
author
Chris Lattner
<sabre@nondot.org>
Mon, 11 Feb 2002 17:11:43 +0000
(17:11 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Mon, 11 Feb 2002 17:11:43 +0000
(17:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1722
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 c73f11cff94f5b0ece20ada645e30ed9496e66c1..a541e3e4360bf5895453479ce9fecd783d90db5c 100644
(file)
--- a/
lib/Target/SparcV9/Makefile
+++ b/
lib/Target/SparcV9/Makefile
@@
-5,9
+5,9
@@
ExtraSource = Sparc.burm.cpp
include $(LEVEL)/Makefile.common
-Debug/Sparc.burg.in1 : Sparc.burg.in
+Debug/Sparc.burg.in1 : Sparc.burg.in
Debug/.dir
g++ -E -I$(LEVEL)/include -D_DEBUG -x c++ $< | sed '/^# /d' | sed 's/Ydefine/#define/' > $@
-Debug/Sparc.burg : Debug/Sparc.burg.in1
+Debug/Sparc.burg : Debug/Sparc.burg.in1
Debug/.dir
g++ -E -I$(LEVEL)/include -D_DEBUG -x c++ $< | sed '/^# /d' | sed 's/Xinclude/#include/g' | sed 's/Xdefine/#define/g' > $@