Hi!
This fixes the problem I've mentioned in
http://list-archive.xemacs.org/xemacs-beta/200412/msg00267.html
If nobody complains - Hello Ben - I'll commit it in a couple of days.
norbert.
ChangeLog addition:
2004-12-22 Norbert Koch <viteno(a)xemacs.org>
* XEmacs.rules (GENERATED_ELC_DEPENDENCIES): Add _pkg.el. We need
its autoload cookie to register packages.
packages source patch:
Diff command: cvs -f -z3 -q diff -u -N
Files affected: XEmacs.rules
Index: XEmacs.rules
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/XEmacs.rules,v
retrieving revision 1.53
diff -u -r1.53 XEmacs.rules
--- XEmacs.rules 7 Dec 2004 01:58:38 -0000 1.53
+++ XEmacs.rules 22 Dec 2004 07:34:58 -0000
@@ -435,7 +435,8 @@
elcclean:
$(XEMACS) $(BATCH) -l $(PACKAGE_CLEAN)
-GENERATED_ELC_DEPENDENCIES = $(ELCS:.elc=.el) $(ELCS_1:.elc=.el)
+GENERATED_ELC_DEPENDENCIES = $(ELCS:.elc=.el) $(ELCS_1:.elc=.el) \
+ $(AUTOLOAD_PATH)/_pkg.el
# If Makefile or _pkg.el has changed (Makefile will trigger _pkg.el
# rebuilding), then our suppress forms may have changed. Just rebuilding