CVSROOT: /cvs/cluster
Module name: cluster
Changes by: [EMAIL PROTECTED] 2007-11-12 08:06:38
Modified files:
make : defines.mk.input
Log message:
The new Makefile system never invokes LD directly (and this is a good
thing).
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/make/defines.mk.input.diff?cvsroot=cluster&r1=1.6&r2=1.7
--- cluster/make/defines.mk.input 2007/11/12 08:02:11 1.6
+++ cluster/make/defines.mk.input 2007/11/12 08:06:38 1.7
@@ -25,7 +25,6 @@
# C Compiler defaults
CC = @CC@
AR = ar
-LD = ld
RANLIB = ranlib
CFLAGS += @CFLAGS@ [EMAIL PROTECTED]@/config