First part of rename to LDC.

This commit is contained in:
Christian Kamm
2008-10-06 22:46:55 +02:00
parent 1fe1354a8a
commit 6eeeafdba6
47 changed files with 350 additions and 350 deletions

View File

@@ -1,4 +1,4 @@
# Makefile to build the garbage collector D library for LLVMDC
# Makefile to build the garbage collector D library for LDC
# Designed to work with GNU make
# Targets:
# make
@@ -39,7 +39,7 @@ LCC=llc
LLINK=llvm-link
CLC=ar rsv
LD=llvm-ld
DC=llvmdc
DC=ldc
LIB_DEST=..