[llvm-commits] CVS: llvm/runtime/GCCLibraries/Makefile
Reid Spencer
reid at x10sys.com
Thu Dec 2 01:58:24 PST 2004
Changes in directory llvm/runtime/GCCLibraries:
Makefile updated: 1.6 -> 1.7
---
Log message:
Standardize the makefiles with space around = to match the rest of LLVM.
---
Diffs of the changes: (+1 -7)
Index: llvm/runtime/GCCLibraries/Makefile
diff -u llvm/runtime/GCCLibraries/Makefile:1.6 llvm/runtime/GCCLibraries/Makefile:1.7
--- llvm/runtime/GCCLibraries/Makefile:1.6 Mon Aug 9 14:51:49 2004
+++ llvm/runtime/GCCLibraries/Makefile Thu Dec 2 03:58:08 2004
@@ -7,13 +7,7 @@
#
##===----------------------------------------------------------------------===##
-LEVEL = ../..
+LEVEL := ../..
PARALLEL_DIRS := crtend libc libcurses libg libgcc libgdbm libm libmalloc \
libtermcap libucb libutempter libutil
include $(LEVEL)/Makefile.common
-
-# Install target for libraries: copy bytecode files to $LLVMGCCDIR/bytecode-libs
-#
-install::
-
-clean::
More information about the llvm-commits
mailing list