diff runtime/lib/gc/basic/llvmdc.mak @ 663:6aaa3d3c1183

First part of rename to LDC.
author Christian Kamm <kamm incasoftware de>
date Mon, 06 Oct 2008 22:46:55 +0200
parents 20c065c46b38
children
line wrap: on
line diff
--- a/runtime/lib/gc/basic/llvmdc.mak	Mon Oct 06 21:40:33 2008 +0200
+++ b/runtime/lib/gc/basic/llvmdc.mak	Mon Oct 06 22:46:55 2008 +0200
@@ -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 @@
 LLINK=llvm-link
 CLC=ar rsv
 LD=llvm-ld
-DC=llvmdc
+DC=ldc
 
 LIB_DEST=..