From: Brian Gaeke Date: Fri, 16 Jan 2004 21:12:34 +0000 (+0000) Subject: I'm fairly certain this was just a typo. X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=7976e97e1e449af044e544d65acb372906a48e71 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 --- diff --git a/Makefile.rules b/Makefile.rules index 2390897c6b3..84b2f117a92 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