richard: server/perl-kolab ChangeLog,1.7,1.8 Makefile.am,1.8,1.9

cvs at intevation.de cvs at intevation.de
Tue Jan 3 23:00:41 CET 2006


Author: richard

Update of /kolabrepository/server/perl-kolab
In directory doto:/tmp/cvs-serv14546

Modified Files:
	ChangeLog Makefile.am 
Log Message:
Added a distclean-local rule to remove the directory autom4te.cache



Index: ChangeLog
===================================================================
RCS file: /kolabrepository/server/perl-kolab/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- ChangeLog	3 Jan 2006 21:51:01 -0000	1.7
+++ ChangeLog	3 Jan 2006 22:00:39 -0000	1.8
@@ -1,6 +1,7 @@
 2006-01-03 Richard Bos <richard at radoeka.nl>
 	* Makefile.am: distribute only the files to be distributed
 	  from the dist_conf directory
+	  Added a distclean-local rule to remove the directory autom4te.cache
 
 2005-12-30 Richard Bos <richard at radoeka.nl>
 	* Kolab/Makefile.am,

Index: Makefile.am
===================================================================
RCS file: /kolabrepository/server/perl-kolab/Makefile.am,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- Makefile.am	3 Jan 2006 21:51:01 -0000	1.8
+++ Makefile.am	3 Jan 2006 22:00:39 -0000	1.9
@@ -4,6 +4,10 @@
 @distribution@
 @common@
 
+# Work around to autoconf's deficiencies
+distclean-local:
+	rm -rf $(srcdir)/autom4te*.cache
+
 noinst_HEADERS = @PACKAGE at .spec
 
 perl_kolabdir = $(perllib)





More information about the commits mailing list