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..
__ 
distcc mailing list            http://distcc.samba.org/
To unsubscribe or change options: 
http://lists.samba.org/cgi-bin/mailman/listinfo/distcc

Reply via email to