From 7fc9bc44e099f8f046bf707cb87ef7d736933f80 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Sat, 7 Jan 2006 01:29:05 +0000 Subject: [PATCH] Compile fix, again, stupid non-clean builds --- cfb/Makefile.am.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cfb/Makefile.am.inc b/cfb/Makefile.am.inc index 9063be327..0a841c6ff 100644 --- a/cfb/Makefile.am.inc +++ b/cfb/Makefile.am.inc @@ -1,7 +1,7 @@ libcfb_gen_sources = cfbseg.c cfbfillarcC.c cfbfillarcG.c cfbzerarcC.c cfbzerarcX.c cfbzerarcG.c \ cfbbltC.c cfbbltX.c cfbbltO.c cfbbltG.c cfbsolidC.c cfbsolidX.c cfbsolidG.c cfbtileoddC.c \ cfbtileoddG.c cfbtile32C.c cfbtile32G.c cfb8lineCO.c cfb8lineCP.c cfb8lineX.c cfb8lineG.c \ - cfb8segCS.c cfb8segC.c cfb8segX.c cfb8setG.c cfbply1rctC.c cfbply1rctG.c + cfb8segCS.c cfb8segC.c cfb8segX.c cfb8setG.c cfbply1rctC.c cfbply1rctG.c DISTCLEANFILES = $(libcfb_gen_sources) @@ -144,7 +144,7 @@ if XPRINT PLATFORMDEFS = -DXFREE86 -all: compiler.h +cfb8bit.c: compiler.h compiler.h: echo "#include \"$(top_srcdir)/hw/xfree86/common/compiler.h\"" >> $@