APR's behaviour is to remove autom4te.cache on make clean, but I think it's really only necessary for distclean and extraclean. Thoughts? Cheers, -Thom -- Thom May -> [EMAIL PROTECTED]
Index: Makefile.in =================================================================== RCS file: /home/cvspublic/httpd-2.0/Makefile.in,v retrieving revision 1.106 diff -u -u -r1.106 Makefile.in --- Makefile.in 12 Apr 2002 03:37:01 -0000 1.106 +++ Makefile.in 21 Apr 2002 12:19:47 -0000 @@ -182,5 +183,8 @@ suexec: cd support && $(MAKE) suexec + +x-local-distclean: + $(RM) -r autom4te.cache include $(top_srcdir)/os/os2/core.mk