about summary refs log tree commit diff
path: root/Src/mkbltnmlst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'Src/mkbltnmlst.sh')
-rw-r--r--Src/mkbltnmlst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/mkbltnmlst.sh b/Src/mkbltnmlst.sh
index ce987d328..3af496f07 100644
--- a/Src/mkbltnmlst.sh
+++ b/Src/mkbltnmlst.sh
@@ -54,7 +54,7 @@ for x_mod in $x_mods; do
 	echo "    add_autoparam(\"$param\", \"$x_mod\");"
     done
     for mfunc in $automathfuncs; do
-	echo "    add_automath(\"$mfunc\", \"$x_mod\");"
+	echo "    add_automathfunc(\"$mfunc\", \"$x_mod\");"
     done
     echo "  }"
     for dep in $moddeps; do