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

lhh at sourceware.org lhh at sourceware.org
Tue Jun 26 17:32:14 UTC 2007


CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	lhh at sourceware.org	2007-06-26 17:32:14

Modified files:
	fence/agents/xvm: Makefile 

Log message:
	Clean up testprog in make clean

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/xvm/Makefile.diff?cvsroot=cluster&r1=1.9&r2=1.10

--- cluster/fence/agents/xvm/Makefile	2007/06/26 17:23:41	1.9
+++ cluster/fence/agents/xvm/Makefile	2007/06/26 17:32:14	1.10
@@ -57,7 +57,7 @@
 	$(CC) $(CFLAGS) -c -o $@ $<
 
 clean:
-	rm -f ${TARGET1} ${TARGET2} *~ *.o
+	rm -f ${TARGET1} ${TARGET2} *~ *.o testprog
 
 testprog:
 	 gcc -o testprog xml.c -I/usr/include/libxml2 -lxml2 \




More information about the Cluster-devel mailing list