diff options
| author | Glenn Morris | 2013-11-02 12:23:45 -0700 |
|---|---|---|
| committer | Glenn Morris | 2013-11-02 12:23:45 -0700 |
| commit | 739f57cd1f17b92760c2631c7eec003e3a756415 (patch) | |
| tree | 08e0443b34123929b29cc7abad8756092369939d /src/ChangeLog | |
| parent | b0b9e5923267012e5c4f3523ee601c229ea85232 (diff) | |
| download | emacs-739f57cd1f17b92760c2631c7eec003e3a756415.tar.gz emacs-739f57cd1f17b92760c2631c7eec003e3a756415.zip | |
* src/Makefile.in (lispdir): Remove.
(TAGS-LISP): Replace lispdir with its expansion.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 99d19cd68c7..d0193f355a2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,11 +1,14 @@ | |||
| 1 | 2013-11-02 Glenn Morris <rgm@gnu.org> | 1 | 2013-11-02 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * Makefile.in (abs_srcdir): New, set by configure. | 3 | * Makefile.in (abs_srcdir): New, set by configure. |
| 4 | (lispdir): Remove. | ||
| 4 | (maintainer-clean): Remove pointless echo. That should be in the | 5 | (maintainer-clean): Remove pointless echo. That should be in the |
| 5 | top-level Makefile, if anywhere. Delete TAGS-LISP. | 6 | top-level Makefile, if anywhere. Delete TAGS-LISP. |
| 6 | (extraclean): No s/ and m/ directories for some time. | 7 | (extraclean): No s/ and m/ directories for some time. |
| 7 | (TAGS): Remove no-longer-defined S_FILE. | 8 | (TAGS): Also depend on ctagsfiles3. |
| 9 | Remove no-longer-defined S_FILE. | ||
| 8 | Pass absolute filenames to etags once more. | 10 | Pass absolute filenames to etags once more. |
| 11 | (TAGS-LISP): Replace lispdir with its expansion. | ||
| 9 | (TAGS-LISP, $(lwlibdir)/TAGS): Correctly pass ETAGS to sub-makes. | 12 | (TAGS-LISP, $(lwlibdir)/TAGS): Correctly pass ETAGS to sub-makes. |
| 10 | ($(lwlibdir)/TAGS): Remove useless subshell, check cd return value. | 13 | ($(lwlibdir)/TAGS): Remove useless subshell, check cd return value. |
| 11 | 14 | ||