From: Alkis Evlogimenos Date: Mon, 13 Dec 2004 18:08:29 +0000 (+0000) Subject: Fix typo. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=20d793aad1fdd8d64361fa3341925893059cc2e1;p=oota-llvm.git Fix typo. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18901 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/Makefile.rules b/Makefile.rules index 7245c9198a1..897905f7ae0 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -221,7 +221,7 @@ ifndef LLI LLI := $(LLVMToolDir)/lli$(EXEEXT) endif ifndef LOPT -LOPT := $(LLVMToolDir)/lopt$(EXEEXT) +LOPT := $(LLVMToolDir)/opt$(EXEEXT) endif #--------------------------------------------------------------------