From: Philippe Waroquiers Date: Thu, 18 Feb 2016 21:41:01 +0000 (+0000) Subject: Fix typo in Makefile.am : remove the second _ X-Git-Tag: svn/VALGRIND_3_12_0~223 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4649a16580ac3ce18209de1a0b878b24a16f4087;p=thirdparty%2Fvalgrind.git Fix typo in Makefile.am : remove the second _ git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15800 --- diff --git a/memcheck/tests/Makefile.am b/memcheck/tests/Makefile.am index 542a4d573d..6459b20a13 100644 --- a/memcheck/tests/Makefile.am +++ b/memcheck/tests/Makefile.am @@ -429,7 +429,7 @@ leak_cpp_interior_SOURCES = leak_cpp_interior.cpp demangle_SOURCES = demangle.cpp big_debuginfo_symbol_SOURCES = big_debuginfo_symbol.cpp -big_debuginfo_symbol__CXXFLAGS = $(AM_CXXFLAGS) -std=c++11 +big_debuginfo_symbol_CXXFLAGS = $(AM_CXXFLAGS) -std=c++11 bug340392_CFLAGS = $(AM_CFLAGS) -O3 dw4_CFLAGS = $(AM_CFLAGS) -gdwarf-4 -fdebug-types-section