--- Compile	2006-08-28 17:56:13.000000000 -0300
+++ Compile-fabio.m	2006-09-03 22:22:16.000000000 -0300
@@ -1057,7 +1057,7 @@
    else
       # Old Makefile.PL system 
       perl Makefile.PL prefix=$target ${withoutopts[@]} ${perl_options[@]}
-      is_makefile=yes # fall through!
+      recipe_type="makefile" # fall through!
    fi
 fi
 
@@ -1082,7 +1082,7 @@
       "INCDIR=$installprefix/include"
       "${installmerged[@]}"
    )
-   is_makefile=yes # fall through!
+   recipe_type="makefile" # fall through!
    unset pre_build # Little hack: we already ran it, so don't run it in is_makefile.
 fi
 
