[llvm-commits] CVS: llvm/lib/CodeGen/Makefile

Chris Lattner sabre at nondot.org
Fri Nov 3 11:16:10 PST 2006



Changes in directory llvm/lib/CodeGen:

Makefile updated: 1.30 -> 1.31
---
Log message:

this will work better


---
Diffs of the changes:  (+2 -2)

 Makefile |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm/lib/CodeGen/Makefile
diff -u llvm/lib/CodeGen/Makefile:1.30 llvm/lib/CodeGen/Makefile:1.31
--- llvm/lib/CodeGen/Makefile:1.30	Fri Nov  3 13:13:59 2006
+++ llvm/lib/CodeGen/Makefile	Fri Nov  3 13:15:55 2006
@@ -8,15 +8,15 @@
 ##===----------------------------------------------------------------------===##
 
 LEVEL = ../..
-include $(LEVEL)/Makefile.config
 LIBRARYNAME = LLVMCodeGen
 PARALLEL_DIRS = SelectionDAG
 BUILD_ARCHIVE = 1
 
+include $(LEVEL)/Makefile.common
+
 # Xcode prior to 2.4 generates an error in -pedantic mode with use of HUGE_VAL
 # in this directory.  Disable -pedantic for this broken compiler.
 ifneq ($(HUGE_VAL_SANITY),yes)
 CompileCommonOpts := $(filter-out -pedantic, $(CompileCommonOpts))
 endif
 
-include $(LEVEL)/Makefile.common






More information about the llvm-commits mailing list