diff options
| author | Stefan Monnier | 2008-04-23 18:01:46 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2008-04-23 18:01:46 +0000 |
| commit | 1160644b5d47328fa6ef725a580682daa13cff5a (patch) | |
| tree | 8684f16ff9aca68f6c15e9641ca8e7b980859b72 | |
| parent | 1b2679cf656b59c55ad631f4c576f5150ab5cf1d (diff) | |
| download | emacs-1160644b5d47328fa6ef725a580682daa13cff5a.tar.gz emacs-1160644b5d47328fa6ef725a580682daa13cff5a.zip | |
(emacs-deps): Leave it empty.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/Makefile.in | 4 |
2 files changed, 7 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5ad79ce1421..2d491b3bc64 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * Makefile.in (emacs-deps): Leave it empty. | ||
| 4 | |||
| 1 | 2008-04-23 Magnus Henoch <mange@freemail.hu> | 5 | 2008-04-23 Magnus Henoch <mange@freemail.hu> |
| 2 | 6 | ||
| 3 | * tar-mode.el (tar-untar-buffer): If the entry has directory | 7 | * tar-mode.el (tar-untar-buffer): If the entry has directory |
diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 396f39f80d7..935370e8fb0 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in | |||
| @@ -81,7 +81,9 @@ 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 | emacs-deps = $(lisp)/subdirs.el | 84 | # This should not be necessary because in order to have ../src/emacs |
| 85 | # we must have built subdirs.el already. | ||
| 86 | # emacs-deps = $(lisp)/subdirs.el | ||
| 85 | 87 | ||
| 86 | # Common command to find subdirectories | 88 | # Common command to find subdirectories |
| 87 | 89 | ||