]> code.delx.au - gnu-emacs/commitdiff
* test/automated/Makefile.in (abs_srcdir): New, set by configure.
authorGlenn Morris <rgm@gnu.org>
Sat, 2 Nov 2013 20:12:12 +0000 (13:12 -0700)
committerGlenn Morris <rgm@gnu.org>
Sat, 2 Nov 2013 20:12:12 +0000 (13:12 -0700)
test/ChangeLog
test/automated/Makefile.in

index 080cbb8eea7e6374336c92c6118248fe373f59d5..23d5f4e048a7613c634d6bea25d5110e7c9c6f88 100644 (file)
@@ -2,6 +2,7 @@
 
        * automated/Makefile.in (top_builddir, abs_test, abs_lispsrc, lisp)
        (test): Remove variables.
+       (abs_srcdir): New, set by configure.
        (emacs): Use abs_top_srcdir, abs_srcdir rather than abs_lispsrc,
        abs_test.
        (lisp-compile): Use ../../lisp rather than $lisp.
index 056f024fdbfc8b6d85677caddf2cac48ff582458..d729a08cb769999df5a914aad8fde7848d749cb8 100644 (file)
@@ -20,6 +20,7 @@
 SHELL = @SHELL@
 
 srcdir = @srcdir@
+abs_srcdir = @abs_srcdir@
 abs_top_srcdir = @abs_top_srcdir@
 abs_top_builddir = @abs_top_builddir@
 VPATH = $(srcdir)