1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-18 03:11:15 +02:00

manual/9101

This commit is contained in:
Tanaka Akira 1999-12-17 13:25:35 +00:00
parent 674a7b70f0
commit 71369f2360

View file

@ -34,6 +34,7 @@ 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\");"
@ -53,6 +54,7 @@ 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