fix out-of-tree builds for asm (this also sets up ASFLAGS more correctly)

This commit is contained in:
Bill Currie 2001-10-01 18:02:46 +00:00
parent 97db77c104
commit 20f702b5fe
1 changed files with 1 additions and 1 deletions

View File

@ -1177,7 +1177,7 @@ if test "x$GCC" = "xyes"; then
fi
AS="$CC"
ASFLAGS="\$(DEFS) $CFLAGS $CPPFLAGS -I\$(top_srcdir)/include"
ASFLAGS="\$(DEFS) $CFLAGS $CPPFLAGS \$(DEFAULT_INCLUDES) \$(INCLUDES)"
AC_SUBST(AS)
AC_SUBST(ASFLAGS)