Use absolute directory names substituted by configure
authorAndreas Schwab <schwab@linux-m68k.org>
Sun, 21 Mar 2010 11:57:49 +0000 (12:57 +0100)
committerAndreas Schwab <schwab@linux-m68k.org>
Sun, 21 Mar 2010 11:57:49 +0000 (12:57 +0100)
commit82c3d67afb365ecba2c3823beecc25606a8e9d70
tree10350f129b077caf0dd1170b446fc43e488f4fd6
parentc0282183ba4a5b62292627a51726426479bf4272
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@.
lisp/ChangeLog
lisp/Makefile.in
src/ChangeLog
src/Makefile.in