summaryrefslogtreecommitdiff
path: root/src/mesa
diff options
context:
space:
mode:
authorAlan Hourihane <alanh@tungstengraphics.com>2003-09-30 11:05:46 +0000
committerAlan Hourihane <alanh@tungstengraphics.com>2003-09-30 11:05:46 +0000
commit525dda4f2689469bd3179eb0ee21fd7e04413a1c (patch)
treeab9e068cb5232f2ed8b2214e40646ff89b1ff085 /src/mesa
parent6bec5b30e1144fb530971b34087e86afd7162441 (diff)
fix cut & paste errors
Diffstat (limited to 'src/mesa')
-rw-r--r--src/mesa/drivers/dri/i830/Makefile.X1112
1 files changed, 6 insertions, 6 deletions
diff --git a/src/mesa/drivers/dri/i830/Makefile.X11 b/src/mesa/drivers/dri/i830/Makefile.X11
index e690ed6b2f..622e5281cf 100644
--- a/src/mesa/drivers/dri/i830/Makefile.X11
+++ b/src/mesa/drivers/dri/i830/Makefile.X11
@@ -1,4 +1,4 @@
-# $Id: Makefile.X11,v 1.1 2003/09/30 11:02:39 alanh Exp $
+# $Id: Makefile.X11,v 1.2 2003/09/30 11:05:46 alanh Exp $
# Mesa 3-D graphics library
# Version: 5.0
@@ -22,7 +22,7 @@ DEFINES += \
-DGLX_DIRECT_RENDERING
# Not yet
-# MINIGLX_SOURCES = server/i810_dri.c
+# MINIGLX_SOURCES = server/i830_dri.c
DRIVER_SOURCES = \
i830_context.c \
@@ -88,12 +88,12 @@ INCLUDE_DIRS = \
##### TARGETS #####
-targets: depend i810_dri.so
+targets: depend i830_dri.so
-i810_dri.so: $(OBJECTS) $(MESA_MODULES) $(WINOBJ) Makefile.X11
+i830_dri.so: $(OBJECTS) $(MESA_MODULES) $(WINOBJ) Makefile.X11
rm -f $@ && gcc -o $@ -shared $(OBJECTS) $(MESA_MODULES) $(WINOBJ) $(WINLIB) -lc $(GL_LIB_DEPS)
- rm -f $(TOP)/lib/i810_dri.so && \
- install i810_dri.so $(TOP)/lib/i810_dri.so
+ rm -f $(TOP)/lib/i830_dri.so && \
+ install i830_dri.so $(TOP)/lib/i830_dri.so
# Run 'make -f Makefile.X11 dep' to update the dependencies if you change
# what's included by any source file.