Ville Skyttä <ville.skytta(a)xemacs.org> writes:
> > 2) Remove auto-autoloads.elc from Makefile (all::) and use
> > "GENERATED = ..." instead of the normal "GENERATED +=
..." in
> > Makefile. This may break sometime, though.
>
> Doesn't help, that's why I complained. It solves the problem for
> "make", but "make install" seems to hard code auto-autoloads.el*
> somewhere.
Ahem, you _don't_ have the "GENERATED =" in sasl/Makefile. GENERATED
contains $(AUTOLOAD_PATH)/auto-autoloads.elc by default, from
XEmacs.rules, so it needs to be emptied... here's the patch:
Ouch, you are right, I thought removing was enough. It works, thanks.