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: master - build: fix fence_scsi installation bits


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=6e1bfa31f52dbcb7d9b44660165b3fafc99982df
Commit:        6e1bfa31f52dbcb7d9b44660165b3fafc99982df
Parent:        cb5f7c59fe6d6116558d03fa6af6fbdadbcffe73
Author:        Fabio M. Di Nitto <fdinitto@redhat.com>
AuthorDate:    Mon Dec 15 21:46:51 2008 +0100
Committer:     Fabio M. Di Nitto <fdinitto@redhat.com>
CommitterDate: Mon Dec 15 21:46:51 2008 +0100

build: fix fence_scsi installation bits

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

diff --git a/fence/agents/scsi/Makefile b/fence/agents/scsi/Makefile
index ccc30fb..dc5f2d9 100644
--- a/fence/agents/scsi/Makefile
+++ b/fence/agents/scsi/Makefile
@@ -1,6 +1,7 @@
 include ../../../make/defines.mk
 
 TARGET= fence_scsi fence_scsi_test scsi_reserve_notify scsi_reserve
+SBINDIRT=fence_scsi fence_scsi_test
 INITDT= scsi_reserve
 NOTIFYD= scsi_reserve_notify
 
diff --git a/make/fencebuild.mk b/make/fencebuild.mk
index 3692eed..03fb62a 100644
--- a/make/fencebuild.mk
+++ b/make/fencebuild.mk
@@ -1,5 +1,5 @@
 ifndef FENCEAGENTSLIB
-	ifdef TARGET
+	ifndef SBINDIRT
 		SBINDIRT=$(TARGET)
 	endif
 endif


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