aboutsummaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-08-28 03:06:28 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-08-28 03:06:28 +0000
commitac6a9258ed6e7fa1e1e40ef505799ac54e852be4 (patch)
tree00d7e83732aecb1f1e6eca518d19104d67f55d21 /runtime
parent1497c39481d4d8616d4ba1fb2cde490cfc100baa (diff)
downloadexternal_llvm-ac6a9258ed6e7fa1e1e40ef505799ac54e852be4.zip
external_llvm-ac6a9258ed6e7fa1e1e40ef505799ac54e852be4.tar.gz
external_llvm-ac6a9258ed6e7fa1e1e40ef505799ac54e852be4.tar.bz2
Another NO_RUNTIME_LIBRARIES tweak...
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80331 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'runtime')
-rw-r--r--runtime/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/Makefile b/runtime/Makefile
index 6b3b95b..1e10451 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::