[distcc] distcc 2.10 released

Wayne Davison wayned at samba.org
Mon Aug 11 18:52:20 GMT 2003


On Mon, Aug 11, 2003 at 01:51:52PM -0400, Lisa Marie Seelye wrote:
> If you attempt to `make clean` it yells at you that it can't clean out
> ./lzo.

This is because the lzo/Makefile was not included in the distribution.
Here's a patch for Makefile.in (which is used to make the distribution):

--- Makefile.in	5 Aug 2003 01:56:03 -0000	1.263
+++ Makefile.in	11 Aug 2003 18:48:44 -0000
@@ -85,7 +85,7 @@
 	$(bench_PY)						\
 	$(dist_extra)
 
-dist_lzo = lzo/minilzo.c lzo/minilzo.h lzo/lzoconf.h
+dist_lzo = lzo/minilzo.c lzo/minilzo.h lzo/lzoconf.h lzo/Makefile
 
 dist_contrib = contrib/distcc-absolutify	\
 	contrib/distcc.sh			\

..wayne..



More information about the distcc mailing list