summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--runtime/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/runtime/Makefile b/runtime/Makefile
index 9a448c395ef..a1c0152b75f 100644
--- a/runtime/Makefile
+++ b/runtime/Makefile
@@ -10,15 +10,15 @@
LEVEL = ..
include $(LEVEL)/Makefile.config
-ifneq ($(wildcard $(LLVMGCCDIR)),)
+ifneq ($(wildcard $(LLVMGCC)),)
PARALLEL_DIRS := GCCLibraries libdummy libprofile libtrace GC
else
PARALLEL_DIRS :=
install all ::
- @echo '********' Warning: Your LLVMGCCDIR is set incorrectly. Double-check
+ @echo '********' Warning: Your LLVMGCCDIR is set incorrectly. Check
@echo '********' Warning: llvm/Makefile.config to make sure it matches
- @echo '********' Warning: the directory where the C front-end is installed,
- @echo '********' Warning: and re-run configure if it does not.
+ @echo '********' Warning: the directory where the C front-end is
+ @echo '********' Warning: installed,and re-run configure if it does not.
endif
# Disable libprofile: a faulty libtool is generated by autoconf which breaks the