mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-28 16:21:07 -08:00
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.)
This commit is contained in:
parent
e2c8091113
commit
5b6aa79aef
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue