X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=t%2Fsilentf77.sh;h=e104a69d708f962a39f09440aa46eafa45be3d7f;hb=c6cc38027572445a25d749db99473f82521cc79e;hp=a37a53fc468f1a28a9057124f9eeacda7b47c9f0;hpb=c49475046c64789daf647f2b566be8fe49aced72;p=platform%2Fupstream%2Fautomake.git diff --git a/t/silentf77.sh b/t/silentf77.sh index a37a53f..e104a69 100755 --- a/t/silentf77.sh +++ b/t/silentf77.sh @@ -15,7 +15,7 @@ # along with this program. If not, see . # Check silent-rules mode for Fortran 77. -# Keep this ins sync with the sister test silentf90.test. +# Keep this ins sync with the sister test 'silentf90.sh'. required=fortran77 . ./defs || exit 1 @@ -23,7 +23,6 @@ required=fortran77 mkdir sub cat >>configure.ac <<'EOF' -AM_SILENT_RULES AC_PROG_F77 AC_CONFIG_FILES([sub/Makefile]) AC_OUTPUT