summaryrefslogtreecommitdiff
path: root/cfb
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2006-01-07 01:29:05 +0000
committerAdam Jackson <ajax@nwnk.net>2006-01-07 01:29:05 +0000
commit7fc9bc44e099f8f046bf707cb87ef7d736933f80 (patch)
treeaa09af67cb5fb4837a6e093ac6e42215e3b160ff /cfb
parent9d62d1e6903ccc095f784279a699b3f40a8f0cf8 (diff)
Compile fix, again, stupid non-clean builds
Diffstat (limited to 'cfb')
-rw-r--r--cfb/Makefile.am.inc4
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\"" >> $@