fix a windows build issue

This commit is contained in:
Bill Currie 2004-02-19 22:18:32 +00:00
parent fa58b795f2
commit 1ac6318804
1 changed files with 1 additions and 1 deletions

View File

@ -1801,7 +1801,7 @@ if test "x$ENABLE_servers_nq" = xyes; then
QF_NEED(nq, [common server]) QF_NEED(nq, [common server])
fi fi
if test "x$ENABLE_servers_qtv" = xyes; then if test "x$ENABLE_servers_qtv" = xyes; then
QTV_TARGETS="qtv $QTV_TARGETS" QTV_TARGETS="qtv\$(EXEEXT) $QTV_TARGETS"
SV_TARGETS="$SV_TARGETS qtv" SV_TARGETS="$SV_TARGETS qtv"
# QF_NEED(qtv, [common server]) # QF_NEED(qtv, [common server])
fi fi