make: Remove duplicate occurence of driverfuncs.c
authorChad Versace <chad@chad-versace.us>
Fri, 26 Aug 2011 03:32:13 +0000 (20:32 -0700)
committerChad Versace <chad@chad-versace.us>
Tue, 30 Aug 2011 16:11:28 +0000 (09:11 -0700)
driverfuncs.o is already contained in libmesa.a, so remove it from the
following source lists:
    src/mesa/drivers/dri/Makefiles.defines:COMMON_SOURCES.
    src/mesa/drivers/dri/swrast/Makefile:SWRAST_COMMON_SOURCES

Reviewed-by: Ian Romanick <idr@freedesktop.org>
Signed-off-by: Chad Versace <chad@chad-versace.us>
src/mesa/drivers/dri/Makefile.defines
src/mesa/drivers/dri/swrast/Makefile

index 19b6de8..90ae551 100644 (file)
@@ -7,7 +7,6 @@ COMMON_GALLIUM_SOURCES = \
         ../common/xmlconfig.c
 
 COMMON_SOURCES = $(COMMON_GALLIUM_SOURCES) \
-        ../../common/driverfuncs.c \
         ../common/texmem.c \
         ../common/drirenderbuffer.c
 
index 4cb99fd..509fa28 100644 (file)
@@ -20,7 +20,6 @@ C_SOURCES = \
 ASM_SOURCES =
 
 SWRAST_COMMON_SOURCES = \
-       ../../common/driverfuncs.c \
        ../common/utils.c \
        ../common/drisw_util.c