diff options
| author | Paul Eggert | 2015-02-23 10:09:51 -0800 |
|---|---|---|
| committer | Paul Eggert | 2015-02-23 10:10:24 -0800 |
| commit | 6b62d265891cf28e263ff4c99054e30ffb1fb2b3 (patch) | |
| tree | 6e82dd1f8471e9369f160ed07dc35aa4890f1f53 /leim/ChangeLog | |
| parent | a0edb0160b482bdb9ea48b82e440a3ec5763dd11 (diff) | |
| download | emacs-6b62d265891cf28e263ff4c99054e30ffb1fb2b3.tar.gz emacs-6b62d265891cf28e263ff4c99054e30ffb1fb2b3.zip | |
Use ${EXEEXT} more uniformly in makefiles
When porting Emacs to run on NaCl, we need to make sure that we always
call it with the proper extension (.nexe in this case) during the build.
* leim/Makefile.in, lib-src/Makefile.in, lisp/Makefile.in (EMACS):
Append ${EXEEXT}.
(tiny change)
Diffstat (limited to 'leim/ChangeLog')
| -rw-r--r-- | leim/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/leim/ChangeLog b/leim/ChangeLog index 4bda9a64335..a8dbca29526 100644 --- a/leim/ChangeLog +++ b/leim/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2015-02-23 Pete Williamson <petewil0@googlemail.com> (tiny change) | ||
| 2 | |||
| 3 | Use ${EXEEXT} more uniformly in makefiles | ||
| 4 | When porting Emacs to run on NaCl, we need to make sure that we always | ||
| 5 | call it with the proper extension (.nexe in this case) during the build. | ||
| 6 | * Makefile.in (EMACS): Append ${EXEEXT}. | ||
| 7 | |||
| 1 | 2015-01-04 Paul Eggert <eggert@cs.ucla.edu> | 8 | 2015-01-04 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 9 | ||
| 3 | Less 'make' chatter for leim | 10 | Less 'make' chatter for leim |