diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2008-09-26 11:16:44 -0600 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2008-09-26 20:51:13 -0600 |
commit | cce2ec2754cec6b407827717d01a5b3ad7fc5f6b (patch) | |
tree | 981e6cbd3f997e833bc5efad4fa1f78441415a41 | |
parent | 13a8c18d3d0ca505f053a15fc664a705cbc8be84 (diff) |
egl: remove space after -L flag
-rw-r--r-- | 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 afd551dea5..a721b997e6 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) |