public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* fence: master - build: fix typo
@ 2009-03-03  7:13 Fabio M. Di Nitto
  0 siblings, 0 replies; only message in thread
From: Fabio M. Di Nitto @ 2009-03-03  7:13 UTC (permalink / raw)
  To: cluster-cvs-relay

Gitweb:        http://git.fedorahosted.org/git/fence.git?p=fence.git;a=commitdiff;h=e5898a3d38f9814fa1a550e3b4122dca524641a9
Commit:        e5898a3d38f9814fa1a550e3b4122dca524641a9
Parent:        4b39a4a2394d9361df9b6176b488d6ddc0f9ed91
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:12:52 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}


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-03-03  7:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-03  7:13 fence: master - build: fix typo Fabio M. Di Nitto

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).