r200: remove left-over EGL_SOURCES variable
authorMatt Turner <mattst88@gmail.com>
Sun, 15 Jan 2012 03:08:35 +0000 (22:08 -0500)
committerMatt Turner <mattst88@gmail.com>
Sun, 15 Jan 2012 17:09:52 +0000 (12:09 -0500)
Rest was removed in 2a928899e.

Signed-off-by: Matt Turner <mattst88@gmail.com>
src/mesa/drivers/dri/r200/Makefile

index 0f44f46..3362d04 100644 (file)
@@ -37,7 +37,6 @@ DRIVER_SOURCES = r200_context.c \
                 r200_vertprog.c \
                 r200_blit.c \
                 radeon_screen.c \
-                $(EGL_SOURCES) \
                 $(RADEON_COMMON_SOURCES)
 
 C_SOURCES = $(COMMON_SOURCES) $(DRIVER_SOURCES)