fixed missing $

This commit is contained in:
Chris Ison 2001-10-09 22:26:38 +00:00
parent 86a82b895d
commit 188688f835
1 changed files with 1 additions and 1 deletions

View File

@ -1218,7 +1218,7 @@ if test "x$GCC" = "xyes"; then
fi
AS="$CC"
if test "xSYSTYPE" = "xWIN32"; then
if test "x$SYSTYPE" = "xWIN32"; then
ASFLAGS="\$(DEFS) \$(CFLAGS) \$(CPPFLAGS) \$(DEFAULT_INCLUDES) \$(INCLUDES) -DWIN32"
plugin_LDFLAGS="-no-undefined"
plugin_LIBADD="-luser32 -lgdi32 -lwinmm"