diff options
author | Brian Gaeke <gaeke@uiuc.edu> | 2004-01-16 21:12:34 +0000 |
---|---|---|
committer | Brian Gaeke <gaeke@uiuc.edu> | 2004-01-16 21:12:34 +0000 |
commit | 7976e97e1e449af044e544d65acb372906a48e71 (patch) | |
tree | 95216a00193fa899ecd43084eddebf14c74d96d0 | |
parent | a12c7bb06f42fe41f09a1addafcf8c126e673ff3 (diff) |
I'm fairly certain this was just a typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10897 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | Makefile.rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.rules b/Makefile.rules index 2390897c6b..84b2f117a9 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -71,7 +71,7 @@ all::$(LLVM_OBJ_ROOT)/config.status ifdef SHARED_LIBRARY # if SHARED_LIBRARY is specified, the default is to build the dynamic lib all:: dynamic -install:: install-dynamic +install:: install-dynamic-library endif ifdef BYTECODE_LIBRARY |