diff options
| author | Glenn Morris | 2013-11-02 13:12:12 -0700 |
|---|---|---|
| committer | Glenn Morris | 2013-11-02 13:12:12 -0700 |
| commit | 6f8225faeead008666ed1d232a995dcceb2c2c37 (patch) | |
| tree | 282027a80813f07872356282a4730da72c7d88c7 | |
| parent | 18ba6a334d9fabe753f657008fe0084798b77673 (diff) | |
| download | emacs-6f8225faeead008666ed1d232a995dcceb2c2c37.tar.gz emacs-6f8225faeead008666ed1d232a995dcceb2c2c37.zip | |
* test/automated/Makefile.in (abs_srcdir): New, set by configure.
| -rw-r--r-- | test/ChangeLog | 1 | ||||
| -rw-r--r-- | test/automated/Makefile.in | 1 |
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 @@ | |||
| 20 | SHELL = @SHELL@ | 20 | SHELL = @SHELL@ |
| 21 | 21 | ||
| 22 | srcdir = @srcdir@ | 22 | srcdir = @srcdir@ |
| 23 | abs_srcdir = @abs_srcdir@ | ||
| 23 | abs_top_srcdir = @abs_top_srcdir@ | 24 | abs_top_srcdir = @abs_top_srcdir@ |
| 24 | abs_top_builddir = @abs_top_builddir@ | 25 | abs_top_builddir = @abs_top_builddir@ |
| 25 | VPATH = $(srcdir) | 26 | VPATH = $(srcdir) |