diff options
author | Brian Paul <[email protected]> | 2008-06-09 12:26:20 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-06-09 12:28:07 -0600 |
commit | 6420a62cf0f5812708a4c649691ba62c573eaced (patch) | |
tree | 2d92b6b464bd00eab474b25ca344a0ce57803fc3 /src/gallium | |
parent | 50d59c8be1e409f0f96ba5c59d74eb5ff8c35b6a (diff) |
egl: s/softpipe_egl.so/egl_softpipe.so/
Diffstat (limited to 'src/gallium')
-rw-r--r-- | src/gallium/winsys/egl_xlib/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gallium/winsys/egl_xlib/Makefile b/src/gallium/winsys/egl_xlib/Makefile index 46666650b06..d5595b819a9 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)" \ |