From: Ville Skyttä Date: Sun, 31 Mar 2013 18:34:29 +0000 (+0300) Subject: Fix test suite failure on GCC 4.8, take three X-Git-Tag: v3.1.10~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a11f5688748ecb49f590b3f4bc0e9b3458f9a56f;p=thirdparty%2Fccache.git Fix test suite failure on GCC 4.8, take three --- diff --git a/test.sh b/test.sh index 18bea944d..71912ce33 100755 --- a/test.sh +++ b/test.sh @@ -565,7 +565,7 @@ EOF $COMPILER -c -Wp,-MD,expected.d test.c expected_d_content=`cat expected.d` - $COMPILER -c -Wp,-MD,expected_mmd.d test.c + $COMPILER -c -Wp,-MMD,expected_mmd.d test.c expected_mmd_d_content=`cat expected_mmd.d` ##################################################################