aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2011-05-24 21:23:14 -0400
committerGlenn Morris2011-05-24 21:23:14 -0400
commit7bdede3f5e21e94de5ec26b73971c3a9697cc99b (patch)
treecd0c735d6f6eb5905c4bd816cef013c11c45ffe3 /lib-src/ChangeLog
parenta22d9d2c2a51fd6ed6ffd2d19c30fa4e93352a08 (diff)
downloademacs-7bdede3f5e21e94de5ec26b73971c3a9697cc99b.tar.gz
emacs-7bdede3f5e21e94de5ec26b73971c3a9697cc99b.zip
Tiny simplifications in lib-src/Makfile.in
* lib-src/Makfile.in (REGEXPOBJ, REGEXPDEPS): Remove. Replace by expansion. (etags${EXEEXT}): Just depend on regex.o, not regex.h as well.
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 13231f2c8db..7d4a19fedc9 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,8 @@
12011-05-25 Glenn Morris <rgm@gnu.org>
2
3 * Makefile.in (REGEXPOBJ, REGEXPDEPS): Remove. Replace by expansion.
4 (etags${EXEEXT}): Just depend on regex.o, not regex.h as well.
5
12011-05-24 Glenn Morris <rgm@gnu.org> 62011-05-24 Glenn Morris <rgm@gnu.org>
2 7
3 * Makefile.in (update-game-score${EXEEXT}): Use a single rule. 8 * Makefile.in (update-game-score${EXEEXT}): Use a single rule.