aboutsummaryrefslogtreecommitdiff
path: root/none
diff options
context:
space:
mode:
authorphilippe <philippe@a5019735-40e9-0310-863c-91ae7b9d1cf9>2015-08-05 16:34:41 +0000
committerphilippe <philippe@a5019735-40e9-0310-863c-91ae7b9d1cf9>2015-08-05 16:34:41 +0000
commit9618859e485d8542a8b3dadb6a89cea9f4ac72c0 (patch)
tree746b14568ededa0deb281e4b20c490abd2414c4e /none
parentea71ffb08eccc0869c5b9421160fef4052e35c23 (diff)
downloadvalgrind-9618859e485d8542a8b3dadb6a89cea9f4ac72c0.tar.gz
Fix typo: add missing space between $(AM_CFLAGS) and @FLAG_FSANITIZE@
(spotted by Bart and Florian). git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15496 a5019735-40e9-0310-863c-91ae7b9d1cf9
Diffstat (limited to 'none')
-rw-r--r--none/tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/none/tests/Makefile.am b/none/tests/Makefile.am
index 20e714507..79f0e4efe 100644
--- a/none/tests/Makefile.am
+++ b/none/tests/Makefile.am
@@ -276,7 +276,7 @@ else
nestedfns_CFLAGS = $(AM_CFLAGS)
mq_LDADD = -lrt
endif
-libvex_test_CFLAGS = $(AM_CFLAGS)@FLAG_FSANITIZE@
+libvex_test_CFLAGS = $(AM_CFLAGS) @FLAG_FSANITIZE@
libvex_test_LDADD = ../../VEX/libvex-@VGCONF_ARCH_PRI@-@VGCONF_OS@.a \
@LIB_UBSAN@
libvexmultiarch_test_CFLAGS= $(AM_CFLAGS) @FLAG_FSANITIZE@