diff -Nru Mesa-orig/src/Makefile Mesa/src/Makefile --- Mesa-orig/src/Makefile 2004-04-17 05:04:11.000000000 +0300 +++ Mesa/src/Makefile 2004-10-30 10:06:27.689495000 +0300 @@ -90,8 +90,7 @@ # standard system GLU. # FULL_SUBDIRS = X86 tnl swrast swrast_setup math array_cache \ - miniglx dri \ - drv/mga + miniglx drv/mga SUBSET_SUBDIRS = math miniglx miniglu drv/radeon \ kernel/radeonfb diff -Nru Mesa-orig/src/miniglx/Makefile Mesa/src/miniglx/Makefile --- Mesa-orig/src/miniglx/Makefile 2003-10-17 13:07:10.000000000 +0300 +++ Mesa/src/miniglx/Makefile 2004-10-30 10:34:01.429495000 +0300 @@ -8,8 +8,6 @@ SOURCES = dispatch.c \ dri_util.c \ glapi.c \ - miniglx.c \ - miniglx_events.c \ xf86drm.c OBJS = $(SOURCES:.c=.o) ../X86/X86.a