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, 0 insertions, 2 deletions
diff --git a/Src/mkbltnmlst.sh b/Src/mkbltnmlst.sh
index a5dd8fc33..94043cb9c 100644
--- a/Src/mkbltnmlst.sh
+++ b/Src/mkbltnmlst.sh
@@ -34,7 +34,6 @@ for x_mod in $x_mods; do
     eval "modfile=\$modfile_$q_x_mod"
     unset moddeps autobins autoinfixconds autoprefixconds autoparams
     unset automathfuncs
-    if [ -f $srcdir/../$modfile ]; then
     . $srcdir/../$modfile
     for bin in $autobins; do
 	echo "    add_autobin(\"$bin\", \"$x_mod\");"
@@ -54,7 +53,6 @@ for x_mod in $x_mods; do
     for dep in $moddeps; do
 	echo "    add_dep(\"$x_mod\", \"$dep\");"
     done
-    fi
     test "x$linked" = xno && echo "#endif"
 done