diff options
author | Adam Jackson <ajax@nwnk.net> | 2006-01-07 01:29:05 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2006-01-07 01:29:05 +0000 |
commit | 7fc9bc44e099f8f046bf707cb87ef7d736933f80 (patch) | |
tree | aa09af67cb5fb4837a6e093ac6e42215e3b160ff | |
parent | 9d62d1e6903ccc095f784279a699b3f40a8f0cf8 (diff) |
Compile fix, again, stupid non-clean builds
-rw-r--r-- | cfb/Makefile.am.inc | 4 |
1 files 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\"" >> $@ |