diff options
author | Matthieu Herrb <matthieu.herrb@laas.fr> | 2006-03-05 16:13:21 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu.herrb@laas.fr> | 2006-03-05 16:13:21 +0000 |
commit | 4335868476af7c821c64def52b102b93ae91f8b0 (patch) | |
tree | 5e22c51b23911882eb91ef4e0c090f89aa96be0a /cfb | |
parent | b2f8f410c0bb8bc24039b2a593f8a2a483659914 (diff) |
Fix build with non GNU make.
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 0a841c6ff..65e011ac4 100644 --- a/cfb/Makefile.am.inc +++ b/cfb/Makefile.am.inc @@ -144,7 +144,7 @@ if XPRINT PLATFORMDEFS = -DXFREE86 -cfb8bit.c: compiler.h +cfb8bit.o: compiler.h compiler.h: echo "#include \"$(top_srcdir)/hw/xfree86/common/compiler.h\"" >> $@ |