diff options
author | Devang Patel <dpatel@apple.com> | 2008-07-18 23:47:27 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2008-07-18 23:47:27 +0000 |
commit | 5a7fb69ac21028bc829181d9d93cd7fe4c941440 (patch) | |
tree | 1c5ec91199bb6ad47b5564c05bebbd01c614416b | |
parent | 059766771762f431bb7e48394217ab577ab4c862 (diff) | |
download | external_llvm-5a7fb69ac21028bc829181d9d93cd7fe4c941440.zip external_llvm-5a7fb69ac21028bc829181d9d93cd7fe4c941440.tar.gz external_llvm-5a7fb69ac21028bc829181d9d93cd7fe4c941440.tar.bz2 |
typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53778 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | tools/lto/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/lto/Makefile b/tools/lto/Makefile index 45fa69c..980a8b6 100644 --- a/tools/lto/Makefile +++ b/tools/lto/Makefile @@ -1,4 +1,4 @@ -##===- tools/lto2/Makefile ---------------------------------*- Makefile -*-===## +##===- tools/lto/Makefile ----------------------------------*- Makefile -*-===## # # The LLVM Compiler Infrastructure # @@ -12,7 +12,7 @@ LIBRARYNAME = LTO # Include this here so we can get the configuration of the targets # that have been configured for construction. We have to do this -# early so we can set up LINK_COMPONENTS before includeing Makefile.rules +# early so we can set up LINK_COMPONENTS before including Makefile.rules include $(LEVEL)/Makefile.config LINK_LIBS_IN_SHARED = 1 |