From mboxrd@z Thu Jan 1 00:00:00 1970 From: fabbione@sourceware.org Date: 12 Nov 2007 08:06:39 -0000 Subject: [Cluster-devel] cluster/make defines.mk.input Message-ID: <20071112080639.20617.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit CVSROOT: /cvs/cluster Module name: cluster Changes by: fabbione at sourceware.org 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@ -I at BUILDDIR@/config