From 61a4e5e5883178c3a037775ff01d46eec23fef2d Mon Sep 17 00:00:00 2001 From: Jeremy Huddleston Date: Tue, 24 Feb 2009 18:38:40 -0800 Subject: [PATCH] More XPRINT nuke --- cfb/Makefile.am.inc | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/cfb/Makefile.am.inc b/cfb/Makefile.am.inc index 65e011ac4..256519736 100644 --- a/cfb/Makefile.am.inc +++ b/cfb/Makefile.am.inc @@ -139,15 +139,3 @@ cfbglrop8.c: echo "#define GLYPHROP" > $@ echo "#include \"$(top_srcdir)/cfb/cfbglblt8.c\"" >> $@ - -if XPRINT - -PLATFORMDEFS = -DXFREE86 - -cfb8bit.o: compiler.h - -compiler.h: - echo "#include \"$(top_srcdir)/hw/xfree86/common/compiler.h\"" >> $@ - -endif -