gunnar: server/kolab-webclient Makefile,1.3,1.4

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


Author: gunnar

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

Modified Files:
	Makefile 
Log Message:
Correct clean targets.

Index: Makefile
===================================================================
RCS file: /kolabrepository/server/kolab-webclient/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Makefile	18 Sep 2008 19:52:31 -0000	1.3
+++ Makefile	20 Sep 2008 08:27:58 -0000	1.4
@@ -41,8 +41,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