[llvm-commits] CVS: llvm/runtime/libprofile/Makefile
Reid Spencer
reid at x10sys.com
Thu Dec 2 01:58:24 PST 2004
Changes in directory llvm/runtime/libprofile:
Makefile updated: 1.3 -> 1.4
---
Log message:
Standardize the makefiles with space around = to match the rest of LLVM.
---
Diffs of the changes: (+3 -3)
Index: llvm/runtime/libprofile/Makefile
diff -u llvm/runtime/libprofile/Makefile:1.3 llvm/runtime/libprofile/Makefile:1.4
--- llvm/runtime/libprofile/Makefile:1.3 Thu Dec 2 03:31:40 2004
+++ llvm/runtime/libprofile/Makefile Thu Dec 2 03:58:09 2004
@@ -8,9 +8,9 @@
##===----------------------------------------------------------------------===##
LEVEL = ../..
-BYTECODE_LIBRARY=1
-SHARED_LIBRARY=1
-LIBRARYNAME=profile_rt
+BYTECODE_LIBRARY = 1
+SHARED_LIBRARY = 1
+LIBRARYNAME = profile_rt
EXTRA_DIST = exported_symbols.lst
EXPORTED_SYMBOL_FILE = $(BUILD_SRC_DIR)/exported_symbols.lst
More information about the llvm-commits
mailing list