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

Brian Paul brianp at kemper.freedesktop.org
Sat Sep 27 02:51:33 UTC 2008


Module: Mesa
Branch: gallium-0.1
Commit: cce2ec2754cec6b407827717d01a5b3ad7fc5f6b
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=cce2ec2754cec6b407827717d01a5b3ad7fc5f6b

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