[llvm-commits] CVS: llvm-stacker/lib/runtime/Makefile
Reid Spencer
reid at x10sys.com
Sun Feb 4 14:25:45 PST 2007
Changes in directory llvm-stacker/lib/runtime:
Makefile updated: 1.6 -> 1.7
---
Log message:
Make Stacker makefiles more compliant with LLVM standards.
Fix linkage problems after libLLVMTransforms.a was removed.
---
Diffs of the changes: (+3 -3)
Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
Index: llvm-stacker/lib/runtime/Makefile
diff -u llvm-stacker/lib/runtime/Makefile:1.6 llvm-stacker/lib/runtime/Makefile:1.7
--- llvm-stacker/lib/runtime/Makefile:1.6 Thu Nov 2 18:08:08 2006
+++ llvm-stacker/lib/runtime/Makefile Sun Feb 4 16:25:16 2007
@@ -1,11 +1,11 @@
-##===- projects/Stacker/lib/runtime/Makefile ---------------*- Makefile -*-===##
-#
+#===-- projects/llvm-stacker/lib/runtime/Makefile -----------*- Makefile -*-===#
+#
# The LLVM Compiler Infrastructure
#
# This file was developed by Reid Spencer and is distributed under the
# University of Illinois Open Source License. See LICENSE.TXT for details.
#
-##===----------------------------------------------------------------------===##
+#===------------------------------------------------------------------------===#
LEVEL = ../..
DONT_BUILD_RELINKED = 1
More information about the llvm-commits
mailing list