[llvm-commits] CVS: llvm/runtime/GCCLibraries/libgdbm/Makefile
Reid Spencer
reid at x10sys.com
Thu Dec 2 01:58:23 PST 2004
Changes in directory llvm/runtime/GCCLibraries/libgdbm:
Makefile updated: 1.2 -> 1.3
---
Log message:
Standardize the makefiles with space around = to match the rest of LLVM.
---
Diffs of the changes: (+4 -4)
Index: llvm/runtime/GCCLibraries/libgdbm/Makefile
diff -u llvm/runtime/GCCLibraries/libgdbm/Makefile:1.2 llvm/runtime/GCCLibraries/libgdbm/Makefile:1.3
--- llvm/runtime/GCCLibraries/libgdbm/Makefile:1.2 Thu Dec 2 03:31:40 2004
+++ llvm/runtime/GCCLibraries/libgdbm/Makefile Thu Dec 2 03:58:08 2004
@@ -7,10 +7,10 @@
#
##===----------------------------------------------------------------------===##
-LEVEL=../../..
-BYTECODE_LIBRARY=1
-DONT_BUILD_RELINKED=1
-LIBRARYNAME=gdbm
+LEVEL = ../../..
+BYTECODE_LIBRARY = 1
+DONT_BUILD_RELINKED = 1
+LIBRARYNAME = gdbm
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list