Cc: Eric Anholt <e...@anholt.net>
Signed-off-by: Emil Velikov <emil.l.veli...@gmail.com>
---
 src/mesa/drivers/dri/Makefile.am | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/src/mesa/drivers/dri/Makefile.am b/src/mesa/drivers/dri/Makefile.am
index 08a8e64..7656261 100644
--- a/src/mesa/drivers/dri/Makefile.am
+++ b/src/mesa/drivers/dri/Makefile.am
@@ -54,16 +54,15 @@ mesa_dri_drivers_la_SOURCES =
 mesa_dri_drivers_la_LDFLAGS = \
         -module -avoid-version -shared -shrext .so \
         $(BSYMBOLIC) \
-        $(GC_SECTIONS) \
-        $()
+        $(GC_SECTIONS)
+
 mesa_dri_drivers_la_LIBADD = \
         ../../libmesa.la \
         common/libmegadriver_stub.la \
         common/libdricommon.la \
         common/libxmlconfig.la \
         $(MEGADRIVERS_DEPS) \
-        $(DRI_LIB_DEPS) \
-        $()
+        $(DRI_LIB_DEPS)
 
 if NEED_MEGADRIVER
 dri_LTLIBRARIES = mesa_dri_drivers.la
-- 
2.4.5

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to