Hi James, James Berry <[EMAIL PROTECTED]> writes:
> make distclean fails if the icu tools aren't available, since /bin/ > pkgdata isn't available. > > We shouldn't even be invoking the icu Makefile for distclean if icu > isn't selected: When the distclean target is built, all sub-makefiles are invoked by automake, regardless of whether they are used during the build. This is to ensure that there is no junk left laying around. I've fixed this by re-implementing distclean not to use pkgdata. Boris -- Boris Kolpackov, Code Synthesis Tools Open source XML data binding for C++: http://codesynthesis.com/products/xsd Mobile/embedded validating XML parsing: http://codesynthesis.com/products/xsde --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
