From: Brian Paul Date: Fri, 26 Sep 2008 17:16:44 +0000 (-0600) Subject: egl: remove space after -L flag X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cce2ec2754cec6b407827717d01a5b3ad7fc5f6b;p=mesa.git egl: remove space after -L flag --- diff --git a/src/egl/drivers/xdri/Makefile b/src/egl/drivers/xdri/Makefile index afd551dea5c..a721b997e69 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)