diff options
author | Glenn Morris <rgm@gnu.org> | 2013-11-02 13:12:12 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2013-11-02 13:12:12 -0700 |
commit | 6f8225faeead008666ed1d232a995dcceb2c2c37 (patch) | |
tree | 282027a80813f07872356282a4730da72c7d88c7 /test/automated/Makefile.in | |
parent | 18ba6a334d9fabe753f657008fe0084798b77673 (diff) |
* test/automated/Makefile.in (abs_srcdir): New, set by configure.
Diffstat (limited to 'test/automated/Makefile.in')
-rw-r--r-- | test/automated/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/automated/Makefile.in b/test/automated/Makefile.in index 056f024fdb..d729a08cb7 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) |