diff options
author | Emil Velikov <emil.l.velikov@gmail.com> | 2014-05-18 08:07:24 +0100 |
---|---|---|
committer | Ian Romanick <ian.d.romanick@intel.com> | 2014-05-23 09:57:15 -0700 |
commit | a31062fcb3270ea0d90a9cf824fd1df8913a1347 (patch) | |
tree | bf56c26363b18d0fdff6c39d6ffc14e00e5446c7 /src | |
parent | a1fff38c9688359c9eaa119e14f84b0609a9225b (diff) |
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>
(cherry picked from commit e0372239a5b716de21b5f4c7a4a7d8b4a74a51cb)
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/targets/egl-static/Makefile.am | 2 |
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 1aa5d37b7f0..e64de4df7b3 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) |