[Cluster-devel] cluster/fence/agents/scsi Makefile

fabbione at sourceware.org fabbione at sourceware.org
Fri Sep 21 01:07:51 UTC 2007


CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	fabbione at sourceware.org	2007-09-21 01:07:51

Modified files:
	fence/agents/scsi: Makefile 

Log message:
	Fix uninstall target

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/scsi/Makefile.diff?cvsroot=cluster&r1=1.13&r2=1.14

--- cluster/fence/agents/scsi/Makefile	2007/08/22 08:58:40	1.13
+++ cluster/fence/agents/scsi/Makefile	2007/09/21 01:07:50	1.14
@@ -46,7 +46,7 @@
 	install -m755 ${SCRIPT} ${DESTDIR}/etc/init.d
 
 uninstall:
-	${UNINSTALL} ${TARGET} ${TEST_TARGET} ${sbindir}
+	${UNINSTALL} ${TARGET} ${TARGET}_test ${sbindir}
 	${UNINSTALL} ${SCRIPT} ${DESTDIR}/etc/init.d
 
 clean:




More information about the Cluster-devel mailing list