diff options
Diffstat (limited to 'runtime/Makefile')
-rw-r--r-- | runtime/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/runtime/Makefile b/runtime/Makefile index d8bc24a..a5d3d81e 100644 --- a/runtime/Makefile +++ b/runtime/Makefile @@ -10,11 +10,12 @@ LEVEL = .. include $(LEVEL)/Makefile.config + ifneq ($(wildcard $(LLVMGCCDIR)),) -PARALLEL_DIRS := $(sort $(filter-out Makefile, $(filter-out README.txt, $(filter-out Output, $(filter-out CVS, $(notdir $(wildcard $(SourceDir)/*))))))) +PARALLEL_DIRS := GCCLibraries libdummy libprofile libtrace else PARALLEL_DIRS := -all :: +install all :: @echo '********' Warning: Your LLVMGCCDIR is set incorrectly. Double-check @echo '********' Warning: llvm/Makefile.config to make sure it matches @echo '********' Warning: the directory where the C front-end is installed, |