From af7cffd22b4f744f92f7e7b16c4cb1bdcfbe6d1e Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Tue, 2 Nov 2004 06:19:52 +0000 Subject: [PATCH] no asflags recurse SVN revision: 12130 --- src/lib/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am index 6e9787f..b3a10b6 100644 --- a/src/lib/Makefile.am +++ b/src/lib/Makefile.am @@ -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 \