QUERY
|--==> "r" == rendhalver <rendhalver(a)xemacs.org> writes:
r> -ELCS = auto-autoload.elc
r> +ELCS = auto-autoloads.elc
r> override GENERATED =
Any reason why auto-autoloads.elc is being listed in $(ELCS)?
--- ./Makefile.orig Wed Aug 28 21:28:57 2002
+++ ./Makefile Wed Aug 28 21:28:41 2002
@@ -25,8 +25,7 @@
REQUIRES =
CATEGORY = standard
-ELCS = auto-autoloads.elc
-override GENERATED =
+GENERATED +=
# We'll need something like this.
#INFO_FILES = texi/*.info* texi/xemacs/*.info* texi/packages/*.info*
@@ -37,7 +36,7 @@
include ../../XEmacs.rules
-all:: $(ELCS) $(INFO_FILES)
+all:: auto-autoloads.elc $(INFO_FILES)
srckit: srckit-std
Makes more sense to me. And it keeps things consistent with _every_
other package.
--
|---<Steve Youngs>---------------<GnuPG KeyID: 10D5C9C5>---|
| XEmacs - It's not just an editor. |
| It's a way of life. |
|------------------------------------<youngs(a)xemacs.org>---|