diff options
| author | Glenn Morris | 2011-05-24 19:33:35 -0700 |
|---|---|---|
| committer | Glenn Morris | 2011-05-24 19:33:35 -0700 |
| commit | e949074338d3f5ccc7475721c7421eef6aea68d4 (patch) | |
| tree | 599676ffaf26f7ecdde645f2de758f906b89ccdc /lib-src/ChangeLog | |
| parent | d114d4f36e63c030b75b1bcc13c075db57e4152a (diff) | |
| download | emacs-e949074338d3f5ccc7475721c7421eef6aea68d4.tar.gz emacs-e949074338d3f5ccc7475721c7421eef6aea68d4.zip | |
Small further clean-up in lib-src/Makefile.in
* lib-src/Makefile.in (.c.o): Remove (every .o file has an explicit rule).
(insrcdir): New.
(stamp-rcs2log, stamp-rcs-checkin, stamp-grep-changelog, stamp-vcdiff):
Use $insrcdir to suppress unaesthetic ignored errors.
(clean): Simplify list of things to delete.
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 a7cbeba8227..d404518c077 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2011-05-25 Glenn Morris <rgm@gnu.org> | 1 | 2011-05-25 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * Makefile.in (.c.o): Remove (every .o file has an explicit rule). | ||
| 4 | (insrcdir): New. | ||
| 5 | (stamp-rcs2log, stamp-rcs-checkin, stamp-grep-changelog, stamp-vcdiff): | ||
| 6 | Use $insrcdir to suppress unaesthetic ignored errors. | ||
| 7 | (clean): Simplify list of things to delete. | ||
| 8 | |||
| 3 | * Makefile.in (movemail${EXEEXT}): Build in one step, not via .o file. | 9 | * Makefile.in (movemail${EXEEXT}): Build in one step, not via .o file. |
| 4 | 10 | ||
| 5 | * Makefile.in (REGEXPOBJ, REGEXPDEPS): Remove. Replace by expansion. | 11 | * Makefile.in (REGEXPOBJ, REGEXPDEPS): Remove. Replace by expansion. |