Thanks for the patch, Stephen. The 21.4 branch is different in this
area, so I adapted your patch to the 21.4 branch.
- Vin
Vin Shelton <acs(a)xemacs.org> writes:
Based on Stephen's patch from
http://list-archive.xemacs.org/xemacs-patches/200404/msg00082.html
( message id <87brloxyk2.fsf(a)tleepslib.sk.tsukuba.ac.jp> )
ChangeLog addition:
2005-01-23 Vin Shelton <acs(a)xemacs.org>
* Makefile.in.in (finder): Force removal of lisp/finder-inf.el.
21.4 source patch:
Diff command: cvs -q diff -u
Files affected: Makefile.in.in
Index: Makefile.in.in
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/Makefile.in.in,v
retrieving revision 1.2.2.5
diff -a -u -u -r1.2.2.5 Makefile.in.in
--- Makefile.in.in 2005/01/11 01:57:49 1.2.2.5
+++ Makefile.in.in 2005/01/23 14:29:50
@@ -309,6 +309,7 @@
finder: src
@echo "Building finder database ..."
+ $(RM) lisp/finder-inf.el
@(cd ./lisp; \
${blddir}/src/${PROGNAME} -batch -vanilla \
-eval '(setq finder-compile-keywords-quiet t)' \