This is the mail archive of the cluster-cvs@sourceware.org mailing list for the cluster.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

cluster: STABLE3 - build: fix typo


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=3fb58a4b9d61cfdb9d7bc22d50488e10e515c45b
Commit:        3fb58a4b9d61cfdb9d7bc22d50488e10e515c45b
Parent:        750e7bf3a01ae8805350be610862279c02ae3a44
Author:        Fabio M. Di Nitto <fdinitto@redhat.com>
AuthorDate:    Tue Mar 3 08:11:10 2009 +0100
Committer:     Fabio M. Di Nitto <fdinitto@redhat.com>
CommitterDate: Tue Mar 3 08:11:10 2009 +0100

build: fix typo

add missing $

Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
---
 fence/fence_node/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fence/fence_node/Makefile b/fence/fence_node/Makefile
index 06a8e54..9f97089 100644
--- a/fence/fence_node/Makefile
+++ b/fence/fence_node/Makefile
@@ -18,7 +18,7 @@ CFLAGS += -I${ccsincdir} -I${cmanincdir} -I${fenceincdir} -I${logtincdir}
 CFLAGS += -I$(S)/../libfenced
 CFLAGS += -I${incdir}
 
-LDFLAGS += -L${ccslibdir} -L{cmanlibdir} -L${fencelibdir} -lccs -lcman -lfence
+LDFLAGS += -L${ccslibdir} -L${cmanlibdir} -L${fencelibdir} -lccs -lcman -lfence
 LDFLAGS += -L${logtlibdir} -llogthread
 LDFLAGS += -L../libfenced -lfenced
 LDFLAGS += -L${libdir}


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]