summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/xlib/Makefile
diff options
context:
space:
mode:
authorTormod Volden <debian.tormod@gmail.com>2009-04-30 16:52:56 -0600
committerBrian Paul <brianp@vmware.com>2009-04-30 16:52:56 -0600
commit9cb3cdec76b679f15c591955084bd48e91a32142 (patch)
treeec580330cc47f52f7ebba5580ab7765098c7a0a7 /src/gallium/winsys/xlib/Makefile
parent60927f97f7b0df9ce352d0c8b4b973e97d53f20a (diff)
mesa: Prepend "-Wl," to linking options
Let mklib ignore -Wl options inside the object list when building static libraries
Diffstat (limited to 'src/gallium/winsys/xlib/Makefile')
-rw-r--r--src/gallium/winsys/xlib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/winsys/xlib/Makefile b/src/gallium/winsys/xlib/Makefile
index bb187cc14a..04309e67ee 100644
--- a/src/gallium/winsys/xlib/Makefile
+++ b/src/gallium/winsys/xlib/Makefile
@@ -74,7 +74,7 @@ $(TOP)/$(LIB_DIR)/gallium/$(GL_LIB_NAME): $(XLIB_WINSYS_OBJECTS) $(LIBS) Makefil
-major $(GL_MAJOR) -minor $(GL_MINOR) -patch $(GL_TINY) \
-install $(TOP)/$(LIB_DIR)/gallium \
$(MKLIB_OPTIONS) $(XLIB_WINSYS_OBJECTS) \
- --start-group $(LIBS) --end-group $(GL_LIB_DEPS)
+ -Wl,--start-group $(LIBS) -Wl,--end-group $(GL_LIB_DEPS)
depend: $(XLIB_WINSYS_SOURCES)