Browse Source

egl: remove space after -L flag

tags/mesa_20090313
Brian Paul 17 years ago
parent
commit
cce2ec2754
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/egl/drivers/xdri/Makefile

+ 1
- 1
src/egl/drivers/xdri/Makefile View File

@@ -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)


Loading…
Cancel
Save