1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-24 22:40:51 -08:00

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.
This commit is contained in:
Glenn Morris 2011-05-24 21:23:14 -04:00
parent a22d9d2c2a
commit 7bdede3f5e
2 changed files with 8 additions and 6 deletions

View file

@ -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.