Index: Makefile =================================================================== --- Makefile +++ Makefile @@ -12,10 +12,10 @@ # Top-Level LLVM Build Stages: # 1. Build lib/Support and lib/TableGen, which are used by utils (tblgen). # 2. Build utils, which is used by VMCore. -# 3. Build VMCore, which builds the Intrinsics.inc file used by libs. +# 3. Build VMCore, which builds the Intrinsics.inc file used by libs # 4. Build libs, which are needed by llvm-config. # 5. Build llvm-config, which determines inter-lib dependencies for tools. -# 6. Build tools, runtime, docs. +# 6. Build tools, runtime, docs # # When cross-compiling, there are some things (tablegen) that need to # be build for the build system first. @@ -133,11 +133,11 @@ ) || exit 1; endif -# Include the main makefile machinery. +# Include the main makefile machinery include $(LLVM_SRC_ROOT)/Makefile.rules # Specify options to pass to configure script when we're -# running the dist-check target +# running the dist-check target. DIST_CHECK_CONFIG_OPTIONS = --with-llvmgccdir=$(LLVMGCCDIR) .PHONY: debug-opt-prof