Browse Source

fix cut & paste errors

tags/vtx-0-2-21112003-freeze
Alan Hourihane 22 years ago
parent
commit
525dda4f26
1 changed files with 6 additions and 6 deletions
  1. 6
    6
      src/mesa/drivers/dri/i830/Makefile.X11

+ 6
- 6
src/mesa/drivers/dri/i830/Makefile.X11 View File

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

Loading…
Cancel
Save