I'm fairly certain this was just a typo.
authorBrian Gaeke <gaeke@uiuc.edu>
Fri, 16 Jan 2004 21:12:34 +0000 (21:12 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Fri, 16 Jan 2004 21:12:34 +0000 (21:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10897 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile.rules

index 2390897c6b3cc7740eeab9477f94a279a38e2579..84b2f117a923b83f550cc4cb4530667cf4e95f8a 100644 (file)
@@ -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