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

lhh at sourceware.org lhh at sourceware.org
Wed Jun 27 13:32:57 UTC 2007


CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	lhh at sourceware.org	2007-06-27 13:32:56

Modified files:
	fence/agents/xvm: Makefile 

Log message:
	Remove testprog target.

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

--- cluster/fence/agents/xvm/Makefile	2007/06/26 17:32:14	1.10
+++ cluster/fence/agents/xvm/Makefile	2007/06/27 13:32:56	1.11
@@ -57,11 +57,7 @@
 	$(CC) $(CFLAGS) -c -o $@ $<
 
 clean:
-	rm -f ${TARGET1} ${TARGET2} *~ *.o testprog
-
-testprog:
-	 gcc -o testprog xml.c -I/usr/include/libxml2 -lxml2 \
-		 -DSTANDALONE -ggdb
+	rm -f ${TARGET1} ${TARGET2} *~ *.o
 
 install: all
 	if [ ! -d ${sbindir} ]; then \




More information about the Cluster-devel mailing list