diff options
| author | Glenn Morris <rgm@gnu.org> | 2011-05-24 21:23:14 -0400 |
|---|---|---|
| committer | Glenn Morris <rgm@gnu.org> | 2011-05-24 21:23:14 -0400 |
| commit | 7bdede3f5e21e94de5ec26b73971c3a9697cc99b (patch) | |
| tree | cd0c735d6f6eb5905c4bd816cef013c11c45ffe3 /lib-src/ChangeLog | |
| parent | a22d9d2c2a51fd6ed6ffd2d19c30fa4e93352a08 (diff) | |
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/ChangeLog | 5 |
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 @@ +2011-05-25 Glenn Morris <rgm@gnu.org> + + * Makefile.in (REGEXPOBJ, REGEXPDEPS): Remove. Replace by expansion. + (etags${EXEEXT}): Just depend on regex.o, not regex.h as well. + 2011-05-24 Glenn Morris <rgm@gnu.org> * Makefile.in (update-game-score${EXEEXT}): Use a single rule. |
