Changes in directory llvm/tools:
Makefile updated: 1.58 -> 1.59 --- Log message: ok this really works :) --- Diffs of the changes: (+2 -1) Makefile | 3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) Index: llvm/tools/Makefile diff -u llvm/tools/Makefile:1.58 llvm/tools/Makefile:1.59 --- llvm/tools/Makefile:1.58 Fri Sep 8 13:20:25 2006 +++ llvm/tools/Makefile Fri Sep 8 13:33:49 2006 @@ -20,10 +20,11 @@ gccld llvm2cpp \ llvm-ld llvmc llvm-prof -include $(LEVEL)/Makefile.common +include $(LEVEL)/Makefile.config # Disable liblto on non-darwin platforms right now until LLVM is built PIC. ifeq ($(OS), Darwin) PARALLEL_DIRS += lto endif +include $(LEVEL)/Makefile.common _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits