diff options
| author | Lars Ingebrigtsen | 2022-01-17 15:51:58 +0100 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2022-01-17 15:51:58 +0100 |
| commit | 5b6aa79aeffbedbac2bcf9305dd0f332f9ca896c (patch) | |
| tree | 126ca04bd970ed4732c30b29cd3fe264da65a432 /admin | |
| parent | e2c8091113404971de75a893fb30cac591a82694 (diff) | |
| download | emacs-5b6aa79aeffbedbac2bcf9305dd0f332f9ca896c.tar.gz emacs-5b6aa79aeffbedbac2bcf9305dd0f332f9ca896c.zip | |
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.)
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/unidata/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ | |||
| 88 | ${srcdir}/ScriptExtensions.txt \ | 88 | ${srcdir}/ScriptExtensions.txt \ |
| 89 | ${srcdir}/PropertyValueAliases.txt | 89 | ${srcdir}/PropertyValueAliases.txt |
| 90 | $(AM_V_GEN)${emacs} -L ${srcdir} \ | 90 | $(AM_V_GEN)${emacs} -L ${srcdir} \ |
| 91 | -l unidata-gen -f unidata-gen-scripts $@ | 91 | -l unidata-gen.el -f unidata-gen-scripts $@ |
| 92 | 92 | ||
| 93 | .PHONY: charscript.el | 93 | .PHONY: charscript.el |
| 94 | charscript.el: ${unidir}/charscript.el | 94 | charscript.el: ${unidir}/charscript.el |