Changes in directory llvm/tools:
Makefile updated: 1.56 -> 1.57 --- Log message: Need to include Makefile.config to get the value of $(OS). Add a comment. --- Diffs of the changes: (+4 -0) Makefile | 4 ++++ 1 files changed, 4 insertions(+) Index: llvm/tools/Makefile diff -u llvm/tools/Makefile:1.56 llvm/tools/Makefile:1.57 --- llvm/tools/Makefile:1.56 Fri Sep 8 13:00:43 2006 +++ llvm/tools/Makefile Fri Sep 8 13:08:50 2006 @@ -19,6 +19,10 @@ gccas llvm-bcanalyzer llvm-stub \ gccld llvm2cpp \ llvm-ld llvmc llvm-prof + +include $(LEVEL)/Makefile.common + +# Disable liblto on non-darwin platforms right now until LLVM is built PIC. ifeq ($(OS), Darwin) PARALLEL_DIRS += lto endif _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits