summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--runtime/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/Makefile b/runtime/Makefile
index 6f05ed2d5f..432d71d226 100644
--- a/runtime/Makefile
+++ b/runtime/Makefile
@@ -1,9 +1,9 @@
-# Libraries Makefile: Build all subdirectories automatically
+# llvm/runtime Makefile: Build all subdirectories automatically
-LEVEL = ../..
+LEVEL = ..
PARALLEL_DIRS := $(sort $(filter-out Output/, $(filter-out CVS/, $(wildcard */))))
-include ${LEVEL}/Makefile.common
+include $(LEVEL)/Makefile.common
# Install target for libraries: Copy into the gcc install directory in chris's
# tree...