summaryrefslogtreecommitdiff
path: root/src/gallium
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-06-09 12:26:20 -0600
committerBrian Paul <brian.paul@tungstengraphics.com>2008-06-09 12:28:07 -0600
commit6420a62cf0f5812708a4c649691ba62c573eaced (patch)
tree2d92b6b464bd00eab474b25ca344a0ce57803fc3 /src/gallium
parent50d59c8be1e409f0f96ba5c59d74eb5ff8c35b6a (diff)
egl: s/softpipe_egl.so/egl_softpipe.so/
Diffstat (limited to 'src/gallium')
-rw-r--r--src/gallium/winsys/egl_xlib/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gallium/winsys/egl_xlib/Makefile b/src/gallium/winsys/egl_xlib/Makefile
index 46666650b0..d5595b819a 100644
--- a/src/gallium/winsys/egl_xlib/Makefile
+++ b/src/gallium/winsys/egl_xlib/Makefile
@@ -1,13 +1,13 @@
# src/gallium/winsys/egl_xlib/Makefile
-# Build softpipe/xlib/EGL driver library/object: "softpipe_egl.so"
+# Build softpipe/xlib/EGL driver library/object: "egl_softpipe.so"
TOP = ../../../..
include $(TOP)/configs/current
-DRIVER_NAME = softpipe_egl.so
+DRIVER_NAME = egl_softpipe.so
INCLUDE_DIRS = \
@@ -49,7 +49,7 @@ default: depend library Makefile
library: $(TOP)/$(LIB_DIR)/$(DRIVER_NAME)
-# Make the softpipe_egl.so library
+# Make the egl_softpipe.so library
$(TOP)/$(LIB_DIR)/$(DRIVER_NAME): $(WINSYS_OBJECTS) $(LIBS)
$(TOP)/bin/mklib -o $(DRIVER_NAME) \
-linker "$(CC)" \