[llvm-commits] CVS: llvm/examples/HowToUseJIT/Makefile 
    Reid Spencer 
    reid at x10sys.com
       
    Mon Aug 23 12:30:05 PDT 2004
    
    
  
Changes in directory llvm/examples/HowToUseJIT:
Makefile updated: 1.2 -> 1.3
---
Log message:
Moved small examples from /projects/SmallExamples to /examples.
Made the "ModuleMaker" into an example since its just one source file.
---
Diffs of the changes:  (+1 -1)
Index: llvm/examples/HowToUseJIT/Makefile
diff -u llvm/examples/HowToUseJIT/Makefile:1.2 llvm/examples/HowToUseJIT/Makefile:1.3
--- llvm/examples/HowToUseJIT/Makefile:1.2	Thu Aug 19 15:09:14 2004
+++ llvm/examples/HowToUseJIT/Makefile	Mon Aug 23 14:29:54 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