[llvm-commits] CVS: llvm/runtime/libtrace/Makefile

Reid Spencer reid at x10sys.com
Thu Dec 2 01:58:24 PST 2004



Changes in directory llvm/runtime/libtrace:

Makefile updated: 1.10 -> 1.11
---
Log message:

Standardize the makefiles with space around = to match the rest of LLVM.


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

Index: llvm/runtime/libtrace/Makefile
diff -u llvm/runtime/libtrace/Makefile:1.10 llvm/runtime/libtrace/Makefile:1.11
--- llvm/runtime/libtrace/Makefile:1.10	Thu Dec  2 03:31:40 2004
+++ llvm/runtime/libtrace/Makefile	Thu Dec  2 03:58:09 2004
@@ -8,8 +8,8 @@
 ##===----------------------------------------------------------------------===##
 
 LEVEL = ../..
-BYTECODE_LIBRARY=1
-LIBRARYNAME=trace
+BYTECODE_LIBRARY = 1
+LIBRARYNAME = trace
 
 include $(LEVEL)/Makefile.common
 






More information about the llvm-commits mailing list