diff options
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/Makefile.in | 4 |
2 files changed, 1 insertions, 5 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8e0828a09cb..5f799a25b32 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1018,8 +1018,6 @@ | |||
| 1018 | * cus-start.el: Remove insert-default-directory and | 1018 | * cus-start.el: Remove insert-default-directory and |
| 1019 | read-file-name-completion-ignore-case. | 1019 | read-file-name-completion-ignore-case. |
| 1020 | 1020 | ||
| 1021 | * Makefile.in (emacs-deps): Leave it empty. | ||
| 1022 | |||
| 1023 | 2008-04-23 Magnus Henoch <mange@freemail.hu> | 1021 | 2008-04-23 Magnus Henoch <mange@freemail.hu> |
| 1024 | 1022 | ||
| 1025 | * tar-mode.el (tar-untar-buffer): If the entry has directory | 1023 | * tar-mode.el (tar-untar-buffer): If the entry has directory |
diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 935370e8fb0..396f39f80d7 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in | |||
| @@ -81,9 +81,7 @@ COMPILE_FIRST = \ | |||
| 81 | 81 | ||
| 82 | emacs = EMACSLOADPATH=$(lisp) LC_ALL=C $(EMACS) $(EMACSOPT) | 82 | emacs = EMACSLOADPATH=$(lisp) LC_ALL=C $(EMACS) $(EMACSOPT) |
| 83 | # Prerequisites for running $(emacs) | 83 | # Prerequisites for running $(emacs) |
| 84 | # This should not be necessary because in order to have ../src/emacs | 84 | emacs-deps = $(lisp)/subdirs.el |
| 85 | # we must have built subdirs.el already. | ||
| 86 | # emacs-deps = $(lisp)/subdirs.el | ||
| 87 | 85 | ||
| 88 | # Common command to find subdirectories | 86 | # Common command to find subdirectories |
| 89 | 87 | ||