projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23e325e
)
egl: remove space after -L flag
author
Brian Paul
<brian.paul@tungstengraphics.com>
Fri, 26 Sep 2008 17:16:44 +0000
(11:16 -0600)
committer
Zack Rusin
<zack@tungstengraphics.com>
Thu, 2 Oct 2008 14:19:46 +0000
(10:19 -0400)
src/egl/drivers/xdri/Makefile
patch
|
blob
|
history
diff --git
a/src/egl/drivers/xdri/Makefile
b/src/egl/drivers/xdri/Makefile
index afd551dea5ca4685143a24bb11584c938ea72845..a721b997e6963c2b2220e9c7f2934c414d72b7a3 100644
(file)
--- a/
src/egl/drivers/xdri/Makefile
+++ b/
src/egl/drivers/xdri/Makefile
@@
-48,7
+48,7
@@
$(TOP)/$(LIB_DIR)/$(DRIVER_NAME): $(OBJECTS)
$(TOP)/bin/mklib -o $(DRIVER_NAME) \
-noprefix \
-major 1 -minor 0 \
- -L
$(TOP)/$(LIB_DIR) \
+ -L$(TOP)/$(LIB_DIR) \
-install $(TOP)/$(LIB_DIR) \
$(OBJECTS) $(DRM_LIB) $(MISC_LIBS)