[Cluster-devel] cluster/group/daemon Makefile

fabbione at sourceware.org fabbione at sourceware.org
Sat Dec 22 12:18:55 UTC 2007


CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	fabbione at sourceware.org	2007-12-22 12:18:55

Modified files:
	group/daemon   : Makefile 

Log message:
	Convert to use make/clean.mk

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/daemon/Makefile.diff?cvsroot=cluster&r1=1.24&r2=1.25

--- cluster/group/daemon/Makefile	2007/12/21 20:13:53	1.24
+++ cluster/group/daemon/Makefile	2007/12/22 12:18:54	1.25
@@ -33,8 +33,7 @@
 ${TARGET}: ${OBJS}
 	$(CC) -o $@ $^ $(LDFLAGS)
 
-clean:
-	rm -f *.o groupd
+clean: generalclean
 
 install: all
 	install -d ${sbindir}




More information about the Cluster-devel mailing list