Description: Call the mkoctfile binary by its name without version
Forwarded: not-needed
Author: Sébastien Villemot <sebastien.villemot@ens.fr>
--- a/scripts/miscellaneous/mkoctfile.m
+++ b/scripts/miscellaneous/mkoctfile.m
@@ -144,7 +144,7 @@
 
   bindir = octave_config_info ("bindir");
 
-  shell_script = fullfile (bindir, sprintf ("mkoctfile-%s", OCTAVE_VERSION));
+  shell_script = fullfile (bindir, "mkoctfile");
 
   cmd = cstrcat ("\"", shell_script, "\"");
   for i = 1:nargin
