aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2013-11-02 13:12:12 -0700
committerGlenn Morris2013-11-02 13:12:12 -0700
commit6f8225faeead008666ed1d232a995dcceb2c2c37 (patch)
tree282027a80813f07872356282a4730da72c7d88c7
parent18ba6a334d9fabe753f657008fe0084798b77673 (diff)
downloademacs-6f8225faeead008666ed1d232a995dcceb2c2c37.tar.gz
emacs-6f8225faeead008666ed1d232a995dcceb2c2c37.zip
* test/automated/Makefile.in (abs_srcdir): New, set by configure.
-rw-r--r--test/ChangeLog1
-rw-r--r--test/automated/Makefile.in1
2 files changed, 2 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index 080cbb8eea7..23d5f4e048a 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -2,6 +2,7 @@
2 2
3 * automated/Makefile.in (top_builddir, abs_test, abs_lispsrc, lisp) 3 * automated/Makefile.in (top_builddir, abs_test, abs_lispsrc, lisp)
4 (test): Remove variables. 4 (test): Remove variables.
5 (abs_srcdir): New, set by configure.
5 (emacs): Use abs_top_srcdir, abs_srcdir rather than abs_lispsrc, 6 (emacs): Use abs_top_srcdir, abs_srcdir rather than abs_lispsrc,
6 abs_test. 7 abs_test.
7 (lisp-compile): Use ../../lisp rather than $lisp. 8 (lisp-compile): Use ../../lisp rather than $lisp.
diff --git a/test/automated/Makefile.in b/test/automated/Makefile.in
index 056f024fdbf..d729a08cb76 100644
--- a/test/automated/Makefile.in
+++ b/test/automated/Makefile.in
@@ -20,6 +20,7 @@
20SHELL = @SHELL@ 20SHELL = @SHELL@
21 21
22srcdir = @srcdir@ 22srcdir = @srcdir@
23abs_srcdir = @abs_srcdir@
23abs_top_srcdir = @abs_top_srcdir@ 24abs_top_srcdir = @abs_top_srcdir@
24abs_top_builddir = @abs_top_builddir@ 25abs_top_builddir = @abs_top_builddir@
25VPATH = $(srcdir) 26VPATH = $(srcdir)