From mboxrd@z Thu Jan 1 00:00:00 1970 From: lhh@sourceware.org Date: 18 Dec 2007 17:54:50 -0000 Subject: [Cluster-devel] cluster/rgmanager/src/clulib Makefile Message-ID: <20071218175450.6271.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 Branch: RHEL5 Changes by: lhh at sourceware.org 2007-12-18 17:54:50 Modified files: rgmanager/src/clulib: Makefile Log message: Fix build Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/clulib/Makefile.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.10.2.4&r2=1.10.2.5 --- cluster/rgmanager/src/clulib/Makefile 2007/12/18 17:52:56 1.10.2.4 +++ cluster/rgmanager/src/clulib/Makefile 2007/12/18 17:54:50 1.10.2.5 @@ -34,7 +34,7 @@ libclulib.a: clulog.o daemon_init.o signals.o msgsimple.o \ gettid.o rg_strings.o message.o members.o fdops.o \ lock.o cman.o vft.o msg_cluster.o msg_socket.o \ - wrap_lock.o tmgr.o sets.o constants.o + wrap_lock.o tmgr.o sets.o ${AR} cru $@ $^ ranlib $@