[llvm-commits] CVS: llvm/runtime/libtrace/Makefile
Reid Spencer
reid at x10sys.com
Thu Dec 2 01:31:54 PST 2004
Changes in directory llvm/runtime/libtrace:
Makefile updated: 1.9 -> 1.10
---
Log message:
Standardize the format of the runtime libraries makefiles.
* Don't have lines longer than 80 cols
* Blank line after the header
* Reduce spaces in var definitions.
---
Diffs of the changes: (+1 -1)
Index: llvm/runtime/libtrace/Makefile
diff -u llvm/runtime/libtrace/Makefile:1.9 llvm/runtime/libtrace/Makefile:1.10
--- llvm/runtime/libtrace/Makefile:1.9 Fri Apr 16 12:13:52 2004
+++ llvm/runtime/libtrace/Makefile Thu Dec 2 03:31:40 2004
@@ -6,9 +6,9 @@
# the University of Illinois Open Source License. See LICENSE.TXT for details.
#
##===----------------------------------------------------------------------===##
+
LEVEL = ../..
BYTECODE_LIBRARY=1
-#DONT_BUILD_RELINKED=1
LIBRARYNAME=trace
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list