diff options
| author | Paul Eggert | 2019-06-08 14:08:05 -0700 |
|---|---|---|
| committer | Paul Eggert | 2019-06-08 14:42:10 -0700 |
| commit | 1043cd30acffcc0b61da4a80dcf3f8a5ac459267 (patch) | |
| tree | 0971ac4c47bd5d2f06fa1da4618891ba531e3635 /make-dist | |
| parent | d26b49e5a4883e9fe2ec3502c067ba2a5e1dd2c4 (diff) | |
| download | emacs-1043cd30acffcc0b61da4a80dcf3f8a5ac459267.tar.gz emacs-1043cd30acffcc0b61da4a80dcf3f8a5ac459267.zip | |
Fix out-of-source make-dist problems
Problem with jisx2131-filter reported by Phillip Lord in:
https://lists.gnu.org/r/emacs-devel/2019-06/msg00147.html
* admin/charsets/Makefile.in (SED_SCRIPT):
Put it in $(srcdir), which is not necessarily the working directory.
($(SED_SCRIPT)): Rename from jisx2131-filter. All uses changed.
(clean): Do not remove SED_SCRIPT.
(extraclean): Remove it here instead.
* make-dist (possibly_non_vc_files): Remove src/emacs-module.h.
Although it is portable and could be distributed in the tarball,
it's too much hassle to do that, so let each builder make it.
Diffstat (limited to 'make-dist')
| -rwxr-xr-x | make-dist | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -371,7 +371,7 @@ possibly_non_vc_files=" | |||
| 371 | $top_level_ChangeLog | 371 | $top_level_ChangeLog |
| 372 | MANIFEST aclocal.m4 configure | 372 | MANIFEST aclocal.m4 configure |
| 373 | admin/charsets/jisx2131-filter | 373 | admin/charsets/jisx2131-filter |
| 374 | src/config.in src/emacs-module.h | 374 | src/config.in |
| 375 | "$( | 375 | "$( |
| 376 | find admin doc etc lisp \ | 376 | find admin doc etc lisp \ |
| 377 | \( -name '*.el' -o -name '*.elc' -o -name '*.map' -o -name '*.stamp' \ | 377 | \( -name '*.el' -o -name '*.elc' -o -name '*.map' -o -name '*.stamp' \ |