[llvm-commits] CVS: llvm/examples/Fibonacci/Makefile
Reid Spencer
reid at x10sys.com
Mon Aug 23 12:30:05 PDT 2004
Changes in directory llvm/examples/Fibonacci:
Makefile updated: 1.1 -> 1.2
---
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/Fibonacci/Makefile
diff -u llvm/examples/Fibonacci/Makefile:1.1 llvm/examples/Fibonacci/Makefile:1.2
--- llvm/examples/Fibonacci/Makefile:1.1 Thu Aug 19 15:10:04 2004
+++ llvm/examples/Fibonacci/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 = Fibonacci
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