From: Emil Velikov Date: Sun, 18 May 2014 07:07:24 +0000 (+0100) Subject: targets/egl-static: add missing line break in ldflags X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e0372239a5b716de21b5f4c7a4a7d8b4a74a51cb;p=mesa.git targets/egl-static: add missing line break in ldflags Accidently omitted by commit 7b7944ee1cedeaf. Cc: "10.2" Signed-off-by: Emil Velikov Reviewed-by: Jon TURNEY --- diff --git a/src/gallium/targets/egl-static/Makefile.am b/src/gallium/targets/egl-static/Makefile.am index 38e5d07d156..7a2e5552205 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)