summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPavel Raiskup <praiskup@redhat.com>2015-01-07 10:27:13 +0100
committerPavel Raiskup <praiskup@redhat.com>2015-01-07 10:27:13 +0100
commit5ffd9429a89422b6e15f8d05c8ce3ad504e958de (patch)
treed952aaa742cce9818d2a8bd76add406dfb25c1e0 /tests
parentd41f894e0fc26ac48032c1f48e3f6bb354e79de1 (diff)
downloadpostgresql-setup-5ffd9429a89422b6e15f8d05c8ce3ad504e958de.tar.gz
postgresql-setup-5ffd9429a89422b6e15f8d05c8ce3ad504e958de.tar.xz
postgresql-setup-5ffd9429a89422b6e15f8d05c8ce3ad504e958de.zip
configury: fix bad usage of srcdir
Note: Revealed thanks to automake 1.5 rebase. * configure.ac ($c_s): Use top_builddir. * tests/Makefile.am (CHECK_DEPS): Use top_builddir.
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 28197e4..93bef19 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -21,7 +21,7 @@ $(srcdir)/package.m4: $(top_srcdir)/configure.ac
} >'$(srcdir)/package.m4'
TESTSUITE = $(srcdir)/testsuite
-CHECK_DEPS = atconfig atlocal $(TESTSUITE) $(srcdir)/../$(TEST_GEN_FILES_LIST)
+CHECK_DEPS = atconfig atlocal $(TESTSUITE) $(top_builddir)/$(TEST_GEN_FILES_LIST)
atlocal: atlocal.in $(c_s)
$(INSTANTIATE)