CVSROOT:        /cvs/cluster
Module name:    cluster
Changes by:     [EMAIL PROTECTED]       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:

Reply via email to