Mesa (10.2): targets/egl-static: add missing line break in ldflags

Ian Romanick idr at kemper.freedesktop.org
Fri May 23 18:17:37 UTC 2014


Module: Mesa
Branch: 10.2
Commit: a31062fcb3270ea0d90a9cf824fd1df8913a1347
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a31062fcb3270ea0d90a9cf824fd1df8913a1347

Author: Emil Velikov <emil.l.velikov at gmail.com>
Date:   Sun May 18 08:07:24 2014 +0100

targets/egl-static: add missing line break in ldflags

Accidently omitted by commit 7b7944ee1cedeaf.

Cc: "10.2" <mesa-stable at lists.freedesktop.org>
Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>
Reviewed-by: Jon TURNEY <jon.turney at dronecode.org.uk>
(cherry picked from commit e0372239a5b716de21b5f4c7a4a7d8b4a74a51cb)

---

 src/gallium/targets/egl-static/Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gallium/targets/egl-static/Makefile.am b/src/gallium/targets/egl-static/Makefile.am
index 1aa5d37..e64de4d 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)
 




More information about the mesa-commit mailing list