aboutsummaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-08-28 02:20:39 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-08-28 02:20:39 +0000
commit1497c39481d4d8616d4ba1fb2cde490cfc100baa (patch)
tree78325092957d5c97e3984739c3f34e797471b62f /runtime
parentc4823b9ee92e32a666e03406c46a530fcdbdda1a (diff)
downloadexternal_llvm-1497c39481d4d8616d4ba1fb2cde490cfc100baa.zip
external_llvm-1497c39481d4d8616d4ba1fb2cde490cfc100baa.tar.gz
external_llvm-1497c39481d4d8616d4ba1fb2cde490cfc100baa.tar.bz2
Tweak NO_RUNTIME_LIBS.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80330 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'runtime')
-rw-r--r--runtime/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/runtime/Makefile b/runtime/Makefile
index 6e25967..6b3b95b 100644
--- a/runtime/Makefile
+++ b/runtime/Makefile
@@ -7,11 +7,11 @@
#
##===----------------------------------------------------------------------===##
-ifndef NO_RUNTIME_LIBS
-
LEVEL = ..
include $(LEVEL)/Makefile.config
+ifndef NO_RUNTIME_LIBS
+
PARALLEL_DIRS := libprofile
# Disable libprofile: a faulty libtool is generated by autoconf which breaks the
@@ -22,6 +22,6 @@ endif
include $(LEVEL)/Makefile.common
-install::
-
endif
+
+install::