diff options
| author | Andreas Schwab | 2010-03-21 12:57:49 +0100 |
|---|---|---|
| committer | Andreas Schwab | 2010-03-21 12:57:49 +0100 |
| commit | 82c3d67afb365ecba2c3823beecc25606a8e9d70 (patch) | |
| tree | 10350f129b077caf0dd1170b446fc43e488f4fd6 /src/ChangeLog | |
| parent | c0282183ba4a5b62292627a51726426479bf4272 (diff) | |
| download | emacs-82c3d67afb365ecba2c3823beecc25606a8e9d70.tar.gz emacs-82c3d67afb365ecba2c3823beecc25606a8e9d70.zip | |
Use absolute directory names substituted by configure
* lisp/Makefile.in (top_srcdir): Define.
(abs_top_builddir): Define.
(srcdir): Don't append `/..'.
(EMACS): Use ${abs_top_builddir}.
(all, compile, compile-always, compile-last): Don't set emacswd.
(update-subdirs, update-authors): Use $(top_srcdir) instead of
$(srcdir).
(lisp): Use $(srcdir) instead of @srcdir@.
* src/Makefile.in (abs_builddir): Define.
(bootstrap_exe): Use it.
(VPATH): Use $(srcdir) instead of @srcdir@.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 80e10e2434f..39f37d4517c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,8 +1,8 @@ | |||
| 1 | 2010-03-21 Andreas Schwab <schwab@linux-m68k.org> | 1 | 2010-03-21 Andreas Schwab <schwab@linux-m68k.org> |
| 2 | 2 | ||
| 3 | * Makefile.in (.el.elc): Expand ${bootstrap_exe} before chdir. | 3 | * Makefile.in (abs_builddir): Define. |
| 4 | (${lispsource}loaddefs.el): Likewise. | 4 | (bootstrap_exe): Use it. |
| 5 | (bootstrap-emacs${EXEEXT}): Likewise. | 5 | (VPATH): Use $(srcdir) instead of @srcdir@. |
| 6 | 6 | ||
| 7 | 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca> | 7 | 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca> |
| 8 | 8 | ||