Simplify makefile boilerplate code.
[mesa.git] / configs / beos
index 2b74af739d0bb6edae31ddbb33ade90fb25d4fe0..c6e972789a5842e754fefefc6a9c30993332c36d 100644 (file)
@@ -26,8 +26,8 @@ ifeq ($(CPU), x86)
                -DUSE_3DNOW_ASM \
                -DUSE_SSE_ASM
        
-       ASM_SOURCES = $(X86_SOURCES)
-       ASM_API = $(X86_API)
+       MESA_ASM_SOURCES = $(X86_SOURCES)
+       GLAPI_ASM_SOURCES = $(X86_API)
 
        CC = gcc
        CXX = g++