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:
1825e30
)
Fix typo.
author
Alkis Evlogimenos
<alkis@evlogimenos.com>
Mon, 13 Dec 2004 18:08:29 +0000
(18:08 +0000)
committer
Alkis Evlogimenos
<alkis@evlogimenos.com>
Mon, 13 Dec 2004 18:08:29 +0000
(18:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18901
91177308
-0d34-0410-b5e6-
96231b3b80d8
Makefile.rules
patch
|
blob
|
history
diff --git
a/Makefile.rules
b/Makefile.rules
index 7245c9198a16ebdc843f2dde3373279dbb71971b..897905f7ae078a18063f580908e117cd2cd61d31 100644
(file)
--- a/
Makefile.rules
+++ b/
Makefile.rules
@@
-221,7
+221,7
@@
ifndef LLI
LLI := $(LLVMToolDir)/lli$(EXEEXT)
endif
ifndef LOPT
-LOPT := $(LLVMToolDir)/
l
opt$(EXEEXT)
+LOPT := $(LLVMToolDir)/opt$(EXEEXT)
endif
#--------------------------------------------------------------------