aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2004-01-16 21:12:34 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2004-01-16 21:12:34 +0000
commit7976e97e1e449af044e544d65acb372906a48e71 (patch)
tree95216a00193fa899ecd43084eddebf14c74d96d0
parenta12c7bb06f42fe41f09a1addafcf8c126e673ff3 (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.rules2
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