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

Reid Spencer reid at x10sys.com
Thu Mar 16 23:39:56 PST 2006



Changes in directory llvm/lib/VMCore:

Makefile updated: 1.12 -> 1.13
---
Log message:

Fix use of LEVEL.


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

 Makefile |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/lib/VMCore/Makefile
diff -u llvm/lib/VMCore/Makefile:1.12 llvm/lib/VMCore/Makefile:1.13
--- llvm/lib/VMCore/Makefile:1.12	Fri Mar 17 00:27:06 2006
+++ llvm/lib/VMCore/Makefile	Fri Mar 17 01:39:44 2006
@@ -9,7 +9,7 @@
 LEVEL = ../..
 LIBRARYNAME = LLVMCore
 
-BUILT_SOURCES = $(LEVEL)/include/llvm/Intrinsics.gen
+BUILT_SOURCES = $(PROJ_SRC_ROOT)/include/llvm/Intrinsics.gen
 
 include $(LEVEL)/Makefile.config
 ifeq ($(ARCH),Alpha)






More information about the llvm-commits mailing list