From 7976e97e1e449af044e544d65acb372906a48e71 Mon Sep 17 00:00:00 2001 From: Brian Gaeke Date: Fri, 16 Jan 2004 21:12:34 +0000 Subject: [PATCH] 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 --- Makefile.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1