gunnar: server/kolab-fbview Makefile,1.2,1.3

cvs at kolab.org cvs at kolab.org
Sat Sep 20 10:28:01 CEST 2008


Author: gunnar

Update of /kolabrepository/server/kolab-fbview
In directory doto:/tmp/cvs-serv20048/kolab-fbview

Modified Files:
	Makefile 
Log Message:
Correct clean targets.

Index: Makefile
===================================================================
RCS file: /kolabrepository/server/kolab-fbview/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Makefile	18 Sep 2008 19:52:31 -0000	1.2
+++ Makefile	20 Sep 2008 08:27:58 -0000	1.3
@@ -38,8 +38,8 @@
 dist: all
 	cp $(PACKAGE)-$(VERSION)-$(RELEASE).src.rpm ../stage/
 
-.PHONY: clean
-clean:
+.PHONY: clean_all
+clean_all:
 	rm -rf /kolab/RPM/TMP/$(PACKAGE)
 	rm -rf $(PACKAGE)-$(VERSION)-$(RELEASE).src.rpm
 	rm -rf *~





More information about the commits mailing list