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

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



Changes in directory llvm/runtime/libdummy:

Makefile updated: 1.4 -> 1.5
---
Log message:

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


---
Diffs of the changes:  (+5 -4)

Index: llvm/runtime/libdummy/Makefile
diff -u llvm/runtime/libdummy/Makefile:1.4 llvm/runtime/libdummy/Makefile:1.5
--- llvm/runtime/libdummy/Makefile:1.4	Mon Oct 20 17:28:48 2003
+++ llvm/runtime/libdummy/Makefile	Thu Dec  2 03:58:09 2004
@@ -1,4 +1,4 @@
-##===- runtime/libdummy/Makefile ------------------------------*- Makefile -*-===##
+##===- runtime/libdummy/Makefile ---------------------------*- Makefile -*-===##
 # 
 #                     The LLVM Compiler Infrastructure
 #
@@ -6,9 +6,10 @@
 # the University of Illinois Open Source License. See LICENSE.TXT for details.
 # 
 ##===----------------------------------------------------------------------===##
+
 LEVEL = ../..
-BYTECODE_LIBRARY=1
-DONT_BUILD_RELINKED=1
-LIBRARYNAME=dummy
+BYTECODE_LIBRARY = 1
+DONT_BUILD_RELINKED = 1
+LIBRARYNAME = dummy
 
 include $(LEVEL)/Makefile.common






More information about the llvm-commits mailing list