no asflags recurse

SVN revision: 12130
This commit is contained in:
Carsten Haitzler 2004-11-02 06:19:52 +00:00
parent 6e319b02d3
commit af7cffd22b
1 changed files with 2 additions and 2 deletions

View File

@ -64,8 +64,8 @@ ximage.h
AS = $(CC)
CCAS = $(CC)
ASFLAGS = $(ASFLAGS) -I$(top_srcdir) -I$(top_builddir)
CCASFLAGS = $(ASFLAGS) -I$(top_srcdir) -I$(top_builddir)
ASFLAGS = -I$(top_srcdir) -I$(top_builddir)
CCASFLAGS = -I$(top_srcdir) -I$(top_builddir)
MMX_SRCS = \
asm_blend.S \