From: Lars Ingebrigtsen Date: Mon, 17 Jan 2022 14:51:58 +0000 (+0100) Subject: Avoid loading the possibly stale unidata-gen.elc file X-Git-Tag: emacs-29.0.90~2991 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5b6aa79aeffbedbac2bcf9305dd0f332f9ca896c;p=emacs.git Avoid loading the possibly stale unidata-gen.elc file * admin/unidata/Makefile.in (${unidir}/uni-scripts.el): Fix .elc staleness. (Should probably be fixed in a different way.) --- diff --git a/admin/unidata/Makefile.in b/admin/unidata/Makefile.in index 07b0702fd08..54f03c8f6b2 100644 --- a/admin/unidata/Makefile.in +++ b/admin/unidata/Makefile.in @@ -88,7 +88,7 @@ ${unidir}/uni-scripts.el: ${srcdir}/unidata-gen.el \ ${srcdir}/ScriptExtensions.txt \ ${srcdir}/PropertyValueAliases.txt $(AM_V_GEN)${emacs} -L ${srcdir} \ - -l unidata-gen -f unidata-gen-scripts $@ + -l unidata-gen.el -f unidata-gen-scripts $@ .PHONY: charscript.el charscript.el: ${unidir}/charscript.el