Mesa (gallium-0.2): egl: remove space after -L flag

Zack Rusin zack at kemper.freedesktop.org
Thu Oct 2 14:37:23 UTC 2008


Module: Mesa
Branch: gallium-0.2
Commit: 5b60d6d07b79124499a1d75a2830cf2e5949d1ad
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5b60d6d07b79124499a1d75a2830cf2e5949d1ad

Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Fri Sep 26 11:16:44 2008 -0600

egl: remove space after -L flag

---

 src/egl/drivers/xdri/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/egl/drivers/xdri/Makefile b/src/egl/drivers/xdri/Makefile
index afd551d..a721b99 100644
--- 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)
 




More information about the mesa-commit mailing list