summaryrefslogtreecommitdiffstats
path: root/llvm/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
commite45cdcdca25c632f1e6af23bb0cd752a4776b196 (patch)
tree1afd97ff2d5a90a115d565ee0b82d7b499337062 /llvm/runtime
parent51a25b06f7e83f3e1a4fa03ce73d243ef4f6e450 (diff)
downloadbcm5719-llvm-e45cdcdca25c632f1e6af23bb0cd752a4776b196.tar.gz
bcm5719-llvm-e45cdcdca25c632f1e6af23bb0cd752a4776b196.zip
Tweak NO_RUNTIME_LIBS.
llvm-svn: 80330
Diffstat (limited to 'llvm/runtime')
-rw-r--r--llvm/runtime/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/runtime/Makefile b/llvm/runtime/Makefile
index 6e259678b28..6b3b95b7d70 100644
--- a/llvm/runtime/Makefile
+++ b/llvm/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::
OpenPOWER on IntegriCloud