diff --git a/recipes/dev/gnu-make/recipe.toml b/recipes/dev/gnu-make/recipe.toml
index 0698ffd275cd7b1edb08b9d4b0ab929e1d2e3505..33ead81477137756340997037111f6964a37509f 100644
--- a/recipes/dev/gnu-make/recipe.toml
+++ b/recipes/dev/gnu-make/recipe.toml
@@ -6,5 +6,10 @@ patches = [
 ]
 
 [build]
-template = "configure"
-
+template = "custom"
+script = """
+COOKBOOK_CONFIGURE_FLAGS+=(
+    make_cv_sys_gnu_glob=yes
+)
+cookbook_configure
+"""