From 6f8225faeead008666ed1d232a995dcceb2c2c37 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 2 Nov 2013 13:12:12 -0700 Subject: [PATCH] * test/automated/Makefile.in (abs_srcdir): New, set by configure. --- test/ChangeLog | 1 + test/automated/Makefile.in | 1 + 2 files changed, 2 insertions(+) diff --git a/test/ChangeLog b/test/ChangeLog index 080cbb8eea7..23d5f4e048a 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -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. 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 @@ SHELL = @SHELL@ srcdir = @srcdir@ +abs_srcdir = @abs_srcdir@ abs_top_srcdir = @abs_top_srcdir@ abs_top_builddir = @abs_top_builddir@ VPATH = $(srcdir) -- 2.39.2