emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 5b6aa79aef: Avoid loading the possibly stale unidata-gen.elc file


From: Lars Ingebrigtsen
Subject: master 5b6aa79aef: Avoid loading the possibly stale unidata-gen.elc file
Date: Mon, 17 Jan 2022 09:52:18 -0500 (EST)

branch: master
commit 5b6aa79aeffbedbac2bcf9305dd0f332f9ca896c
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    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.)
---
 admin/unidata/Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/admin/unidata/Makefile.in b/admin/unidata/Makefile.in
index 07b0702fd0..54f03c8f6b 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]