Create versioned symlinks in ${PREFIX}/bin/

Index: make/install_bin
--- make/install_bin.orig
+++ make/install_bin
@@ -693,9 +693,9 @@ done
 
 # do it
 for file in "$@"; do
-    echo $ln_s "$DQ$src_dir/$file$DQ" "$file"
-    $dbg $ln_s    "$src_dir/$file"    "$file" || {
-	test "$tst" = "" || echo "{error,{$type,\"$file\",failed}}." > $tst
+    echo $ln_s "$DQ$src_dir/$file$DQ" "${file}${MAJ_V}"
+    $dbg $ln_s    "$src_dir/$file"    "${file}${MAJ_V}" || {
+	test "$tst" = "" || echo "{error,{$type,\"$file${MAJ_V}\",failed}}." > $tst
 	exit 1
     }
 done
