configure: Fix make install for mf3216.dll.
Signed-off-by: Alasdair Sinclair <alasdairsinc@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
96a48efeea
commit
6981a86441
|
@ -346,7 +346,7 @@ wine_fn_config_dll ()
|
||||||
|
|
||||||
AS_VAR_IF([enable_tools],[no],,[ac_deps="tools/widl tools/winebuild tools/winegcc $ac_deps"])
|
AS_VAR_IF([enable_tools],[no],,[ac_deps="tools/widl tools/winebuild tools/winegcc $ac_deps"])
|
||||||
case $ac_name in
|
case $ac_name in
|
||||||
*16) ac_implibflags=" -m16" ;;
|
*.*16) ac_implibflags=" -m16" ;;
|
||||||
*.*) ;;
|
*.*) ;;
|
||||||
*) ac_dll=$ac_dll.dll ;;
|
*) ac_dll=$ac_dll.dll ;;
|
||||||
esac
|
esac
|
||||||
|
|
|
@ -7722,7 +7722,7 @@ else
|
||||||
ac_deps="tools/widl tools/winebuild tools/winegcc $ac_deps"
|
ac_deps="tools/widl tools/winebuild tools/winegcc $ac_deps"
|
||||||
fi
|
fi
|
||||||
case $ac_name in
|
case $ac_name in
|
||||||
*16) ac_implibflags=" -m16" ;;
|
*.*16) ac_implibflags=" -m16" ;;
|
||||||
*.*) ;;
|
*.*) ;;
|
||||||
*) ac_dll=$ac_dll.dll ;;
|
*) ac_dll=$ac_dll.dll ;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in New Issue