]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Fix test suite failure on GCC 4.8, take three
authorVille Skyttä <ville.skytta@iki.fi>
Sun, 31 Mar 2013 18:34:29 +0000 (21:34 +0300)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 31 Mar 2013 19:33:26 +0000 (21:33 +0200)
test.sh

diff --git a/test.sh b/test.sh
index 18bea944d5f8711577cdb282d6d93dd16bfcbd53..71912ce335ae0ff123ba19b3b2728195227bad0d 100755 (executable)
--- 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`
 
     ##################################################################