commit/mule-base: Jerry James: Fix ethio-util compilation with 21.4. See xemacs-patches message with ID
[email protected] Fri, 03 Oct 2014 18:14:13 -0000
| Newsgroups | gmane.emacs.xemacs.patches |
|---|---|
| Message-ID | <[email protected]> |
1 new commit in mule-base: https://bitbucket.org/xemacs/mule-base/commits/f2afeffa62f4/ Changeset: f2afeffa62f4 User: Jerry James Date: 2014-10-03 18:13:15+00:00 Summary: Fix ethio-util compilation with 21.4. See xemacs-patches message with ID <CAHCOHQnOeuyfB74M2U943DJwUro2pBsxwwbrYt2PMCagSfWhfQ@mail.gmail.com>. Affected #: 2 files diff -r bfa0cf1e094d020e959bd26ae59277d320edce3a -r f2afeffa62f49f7edaa6a16ccc623ee3561e7f34 ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2014-09-29 Jerry James <[email protected]> + + * Makefile: Put ethio-util.el in EXTRA_SOURCES if building with + XEmacs 21.4, and ethio-util.elc in ELCS if XEmacs 21.5. + 2014-06-22 Norbert Koch <[email protected]> * Makefile (VERSION): XEmacs package 1.59 released. diff -r bfa0cf1e094d020e959bd26ae59277d320edce3a -r f2afeffa62f49f7edaa6a16ccc623ee3561e7f34 Makefile --- a/Makefile +++ b/Makefile @@ -29,11 +29,15 @@ cyril-util.elc kana-keyboard.elc korea-util.elc isearch-mule.elc \ japan-util.elc mule-cne.elc mule-diag.elc mule-keyboard.elc \ mule-trex.elc mule-util.elc thai-xtis-util.elc viet-util.elc \ - ethio-util.elc fsf-compat-unicode.elc + fsf-compat-unicode.elc + +include ../../Local.rules # The following are shipped unbytecompiled if built by XEmacs 21.4 or earlier # because they aren't grokked by those versions. ifeq ($(XEMACS_21_5),t) +ELCS += ethio-util.elc +else EXTRA_SOURCES = ethio-util.el endif Repository URL: https://bitbucket.org/xemacs/mule-base/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.