Merge branch 'master' into testsuite-work
[platform/upstream/automake.git] / tests / suffix.test
index 3701b0c..9f0a5ff 100755 (executable)
@@ -44,12 +44,12 @@ for use_arlib in false :; do
   $ACLOCAL --force
 
   $AUTOMAKE $am_warns -i
-  grep '^ *\.c' Makefile.in # for debugging
+  grep '^ *\.c' Makefile.in # For debugging.
   test `grep -c '^\.c\.o:' Makefile.in` -eq 1
   test `grep -c '^\.c\.obj:' Makefile.in` -eq 1
 
   $AUTOMAKE $am_warns
-  grep '^ *\.c' Makefile.in # for debugging
+  grep '^ *\.c' Makefile.in # For debugging.
   test `grep -c '^\.c\.o:' Makefile.in` -eq 1
   test `grep -c '^\.c\.obj:' Makefile.in` -eq 1