From 525dda4f2689469bd3179eb0ee21fd7e04413a1c Mon Sep 17 00:00:00 2001 From: Alan Hourihane Date: Tue, 30 Sep 2003 11:05:46 +0000 Subject: fix cut & paste errors --- src/mesa/drivers/dri/i830/Makefile.X11 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/mesa/drivers/dri/i830') 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. -- cgit v1.2.3