Merge branch 'maint'
[platform/upstream/automake.git] / t / dist-formats.tap
index 8a287ff..26c6c97 100755 (executable)
@@ -168,7 +168,7 @@ can_compress ()
   command_ok_if_have_compressor "'make dist-$format' work by default" \
     eval '
       rm -rf *$tarname* \
-        && make dist-$format \
+        && $MAKE dist-$format \
         && test -f $tarname-1.0.$suffix \
         && ls -l *$tarname* \
         && test "`ls *$tarname*`" = $tarname-1.0.$suffix'
@@ -374,7 +374,7 @@ for fmt in $all_compression_formats; do
     echo "  dist-$fmt" >> am-init.m4
     flip=false
   else
-    echo "AUTOMAKE_OPTIONS += dist-$fmt" >> Makefil.am
+    echo "AUTOMAKE_OPTIONS += dist-$fmt" >> Makefile.am
     flip=:
   fi
 done
@@ -386,7 +386,7 @@ sed 's/AM_INIT_AUTOMAKE.*/m4_include([am-init.m4])/' configure.ac > t
 mv -f t configure.ac
 
 # For debugging.
-cat Makefil.am
+cat Makefile.am
 cat configure.ac
 cat am-init.m4