diff options
| author | Glenn Morris | 2015-06-30 16:20:39 -0400 |
|---|---|---|
| committer | Glenn Morris | 2015-06-30 16:20:39 -0400 |
| commit | 5f9e4b2e11adce9933af2267425b80dc536c4239 (patch) | |
| tree | de85b331e1947db6bcbc2cb66b05c7c6f303cc57 | |
| parent | 290acafd7e908b964fc8844f62f3309fca943a4b (diff) | |
| download | emacs-5f9e4b2e11adce9933af2267425b80dc536c4239.tar.gz emacs-5f9e4b2e11adce9933af2267425b80dc536c4239.zip | |
* leim/Makefile.in, lisp/Makefile.in: Add missing EXEEXT definition.
| -rw-r--r-- | leim/Makefile.in | 2 | ||||
| -rw-r--r-- | lisp/Makefile.in | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/leim/Makefile.in b/leim/Makefile.in index 2ec03db49b7..e30895fc398 100644 --- a/leim/Makefile.in +++ b/leim/Makefile.in | |||
| @@ -29,6 +29,8 @@ srcdir=@srcdir@ | |||
| 29 | # Where the generated files go. | 29 | # Where the generated files go. |
| 30 | leimdir = ${srcdir}/../lisp/leim | 30 | leimdir = ${srcdir}/../lisp/leim |
| 31 | 31 | ||
| 32 | EXEEXT = @EXEEXT@ | ||
| 33 | |||
| 32 | # 'make' verbosity. | 34 | # 'make' verbosity. |
| 33 | AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ | 35 | AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ |
| 34 | 36 | ||
diff --git a/lisp/Makefile.in b/lisp/Makefile.in index e4c1ca1fdc9..8bcb2d6dc5f 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in | |||
| @@ -23,6 +23,7 @@ srcdir = @srcdir@ | |||
| 23 | top_srcdir = @top_srcdir@ | 23 | top_srcdir = @top_srcdir@ |
| 24 | lisp = $(srcdir) | 24 | lisp = $(srcdir) |
| 25 | VPATH = $(srcdir) | 25 | VPATH = $(srcdir) |
| 26 | EXEEXT = @EXEEXT@ | ||
| 26 | 27 | ||
| 27 | # Empty for all systems except MinGW, where xargs needs an explicit | 28 | # Empty for all systems except MinGW, where xargs needs an explicit |
| 28 | # limitation. | 29 | # limitation. |