[llvm-commits] CVS: llvm/projects/SmallExamples/HowToUseJIT/Makefile

Reid Spencer reid at x10sys.com
Thu Aug 19 13:09:25 PDT 2004



Changes in directory llvm/projects/SmallExamples/HowToUseJIT:

Makefile updated: 1.1 -> 1.2
---
Log message:

Make the SmallExamples programs compile in their new home.


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

Index: llvm/projects/SmallExamples/HowToUseJIT/Makefile
diff -u llvm/projects/SmallExamples/HowToUseJIT/Makefile:1.1 llvm/projects/SmallExamples/HowToUseJIT/Makefile:1.2
--- llvm/projects/SmallExamples/HowToUseJIT/Makefile:1.1	Tue Aug 10 14:14:36 2004
+++ llvm/projects/SmallExamples/HowToUseJIT/Makefile	Thu Aug 19 15:09:14 2004
@@ -6,7 +6,7 @@
 # the University of Illinois Open Source License. See LICENSE.TXT for details.
 # 
 ##===----------------------------------------------------------------------===##
-LEVEL = ../..
+LEVEL = ../../..
 TOOLNAME = HowToUseJIT
 USEDLIBS = lli-jit lli-interpreter codegen executionengine x86 selectiondag \
 	   scalaropts analysis.a transformutils.a bcreader target.a vmcore \






More information about the llvm-commits mailing list