diff options
| author | Glenn Morris | 2010-05-10 20:18:58 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-05-10 20:18:58 -0700 |
| commit | c88b05a9d69ee8d35e408d70a80538fdd13f1a3d (patch) | |
| tree | 1e8e1df696339e9a7b5a0f6b83de1d27a2673410 /lib-src/ChangeLog | |
| parent | edf77e4e3bd4986ef1e83c711e89365bd73dc15e (diff) | |
| download | emacs-c88b05a9d69ee8d35e408d70a80538fdd13f1a3d.tar.gz emacs-c88b05a9d69ee8d35e408d70a80538fdd13f1a3d.zip | |
Minor lib-src/Makefile.in edits.
* lib-src/Makefile.in (.m.o): Remove, there are no .m files.
(BASE_CFLAGS): New variable.
(ALL_CFLAGS, LINK_CFLAGS, CPP_CFLAGS): Use $BASE_CFLAGS.
(check): Update the message.
(update-game-score${EXEEXT}): Do not use $MOVE_FLAGS.
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index c9a054b9e23..64cc3dde93a 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2010-05-11 Glenn Morris <rgm@gnu.org> | 1 | 2010-05-11 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * Makefile.in (.m.o): Remove, there are no .m files. | ||
| 4 | (BASE_CFLAGS): New variable. | ||
| 5 | (ALL_CFLAGS, LINK_CFLAGS, CPP_CFLAGS): Use $BASE_CFLAGS. | ||
| 6 | (check): Update the message. | ||
| 7 | (update-game-score${EXEEXT}): Do not use $MOVE_FLAGS. | ||
| 8 | |||
| 3 | * Makefile.in: Convert comments to makefile format. | 9 | * Makefile.in: Convert comments to makefile format. |
| 4 | 10 | ||
| 5 | * Makefile.in (LIBS_SYSTEM) [MSDOS]: Do not reset. | 11 | * Makefile.in (LIBS_SYSTEM) [MSDOS]: Do not reset. |