*** /io/mit/server/ddx/sun/sunCG6C.c Fri Jul 26 16:17:06 1991 --- mit/server/ddx/sun/sunCG6C.c Thu Jun 17 00:02:42 1993 *************** *** 86,95 **** monitorResolution, monitorResolution, w)) return FALSE; - #ifdef sparc if (!sunGXInit (pScreen, &sunFbs[index])) return FALSE; - #endif if (!cfbFinishScreenInit(pScreen, pbits, w, h, monitorResolution, monitorResolution, w)) --- 86,93 ---- *** /io/mit/server/ddx/sun/Imakefile Mon Jul 29 15:27:50 1991 --- mit/server/ddx/sun/Imakefile Thu Jun 17 07:51:33 1993 *************** *** 9,15 **** #endif GXOBJ=sunGX.o #else ! GXOBJ= GXSRC= #endif --- 9,15 ---- #endif GXOBJ=sunGX.o #else ! GXOBJ=sun3GX.o GXSRC= #endif *************** *** 40,46 **** --- 40,50 ---- NormalLintTarget($(SRCS1)) #if !HasMITGXSource + #ifdef SparcArchitecture LinkFile(sunGX.o,sunGX.o.dist) + #else + LinkFile(sunGX.o,sun3GX.o.dist) + #endif #endif sunInitExtMono.o: $(ICONFIGFILES)