summaryrefslogtreecommitdiff
path: root/libvtv/testsuite/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'libvtv/testsuite/Makefile.am')
-rw-r--r--libvtv/testsuite/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvtv/testsuite/Makefile.am b/libvtv/testsuite/Makefile.am
index 561b7e2544..a9a0144185 100644
--- a/libvtv/testsuite/Makefile.am
+++ b/libvtv/testsuite/Makefile.am
@@ -3,7 +3,7 @@
AUTOMAKE_OPTIONS = foreign dejagnu
# May be used by various substitution variables.
-gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
+gcc_version := $(shell @get_gcc_base_ver@ $(top_srcdir)/../gcc/BASE-VER)
EXPECT = $(shell if test -f $(top_builddir)/../expect/expect; then \
echo $(top_builddir)/../expect/expect; else echo expect; fi)