From: Matt Turner Date: Sun, 15 Jan 2012 03:08:35 +0000 (-0500) Subject: r200: remove left-over EGL_SOURCES variable X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6e9478e382df0e2fc45741c385976ae5d26c5345;p=mesa.git r200: remove left-over EGL_SOURCES variable Rest was removed in 2a928899e. Signed-off-by: Matt Turner --- diff --git a/src/mesa/drivers/dri/r200/Makefile b/src/mesa/drivers/dri/r200/Makefile index 0f44f46dd1d..3362d04543b 100644 --- a/src/mesa/drivers/dri/r200/Makefile +++ b/src/mesa/drivers/dri/r200/Makefile @@ -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)