summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/egl-static/Makefile.am
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2014-05-18 08:07:24 +0100
committerJon TURNEY <jon.turney@dronecode.org.uk>2014-05-23 15:23:59 +0100
commite0372239a5b716de21b5f4c7a4a7d8b4a74a51cb (patch)
tree378af5de2e57784b2b1317d786734fbd1bcf6693 /src/gallium/targets/egl-static/Makefile.am
parent846c715abb17e13a5d39c565d0995404b6178d98 (diff)
downloadexternal_mesa3d-e0372239a5b716de21b5f4c7a4a7d8b4a74a51cb.zip
external_mesa3d-e0372239a5b716de21b5f4c7a4a7d8b4a74a51cb.tar.gz
external_mesa3d-e0372239a5b716de21b5f4c7a4a7d8b4a74a51cb.tar.bz2
targets/egl-static: add missing line break in ldflags
Accidently omitted by commit 7b7944ee1cedeaf. Cc: "10.2" <mesa-stable@lists.freedesktop.org> Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Jon TURNEY <jon.turney@dronecode.org.uk>
Diffstat (limited to 'src/gallium/targets/egl-static/Makefile.am')
-rw-r--r--src/gallium/targets/egl-static/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/targets/egl-static/Makefile.am b/src/gallium/targets/egl-static/Makefile.am
index 38e5d07..7a2e555 100644
--- a/src/gallium/targets/egl-static/Makefile.am
+++ b/src/gallium/targets/egl-static/Makefile.am
@@ -48,7 +48,7 @@ AM_LDFLAGS = \
-module \
-no-undefined \
-avoid-version \
- -Wl,--version-script=$(top_srcdir)/src/gallium/targets/egl-static/egl.sym
+ -Wl,--version-script=$(top_srcdir)/src/gallium/targets/egl-static/egl.sym \
$(GC_SECTIONS) \
$(LD_NO_UNDEFINED)