diff options
author | Adam Jackson <ajax@nwnk.net> | 2006-01-06 23:52:23 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2006-01-06 23:52:23 +0000 |
commit | 7f46aba35ee482e9b28ecc81d1a99d423fc88a70 (patch) | |
tree | 301828b5a048118c9b21d95ec9d0477d0c742447 /cfb | |
parent | 25babf2791ad42101a86ba2a0f14564328256ee2 (diff) |
Compile fix
Diffstat (limited to 'cfb')
-rw-r--r-- | cfb/Makefile.am.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cfb/Makefile.am.inc b/cfb/Makefile.am.inc index e1ef67227..9063be327 100644 --- a/cfb/Makefile.am.inc +++ b/cfb/Makefile.am.inc @@ -144,7 +144,7 @@ if XPRINT PLATFORMDEFS = -DXFREE86 -cfbmskbits.h: compiler.h +all: compiler.h compiler.h: echo "#include \"$(top_srcdir)/hw/xfree86/common/compiler.h\"" >> $@ |