summaryrefslogtreecommitdiff
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
commit5a8969a7e23b81812efb567eda824f62e706c554 (patch)
tree00d7e83732aecb1f1e6eca518d19104d67f55d21 /runtime
parent53339fd046ae75f8d49d3ef4eea4ff17c7feee58 (diff)
downloadllvm-5a8969a7e23b81812efb567eda824f62e706c554.tar.gz
llvm-5a8969a7e23b81812efb567eda824f62e706c554.tar.bz2
llvm-5a8969a7e23b81812efb567eda824f62e706c554.tar.xz
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 6b3b95b7d7..1e10451425 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::