From 5a8969a7e23b81812efb567eda824f62e706c554 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Fri, 28 Aug 2009 03:06:28 +0000 Subject: [PATCH] Another NO_RUNTIME_LIBRARIES tweak... git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80331 91177308-0d34-0410-b5e6-96231b3b80d8 --- runtime/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/Makefile b/runtime/Makefile index 6b3b95b7d70..1e104514258 100644 --- a/runtime/Makefile +++ b/runtime/Makefile @@ -20,8 +20,8 @@ ifeq ($(ARCH), Sparc) PARALLEL_DIRS := $(filter-out libprofile, $(PARALLEL_DIRS)) endif -include $(LEVEL)/Makefile.common - endif +include $(LEVEL)/Makefile.common + install::