summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu.herrb@laas.fr>2006-03-05 16:13:21 +0000
committerMatthieu Herrb <matthieu.herrb@laas.fr>2006-03-05 16:13:21 +0000
commit4335868476af7c821c64def52b102b93ae91f8b0 (patch)
tree5e22c51b23911882eb91ef4e0c090f89aa96be0a
parentb2f8f410c0bb8bc24039b2a593f8a2a483659914 (diff)
Fix build with non GNU make.
-rw-r--r--ChangeLog4
-rw-r--r--cfb/Makefile.am.inc2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 61cdb96c4..c119c9e4e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-03-04 Matthieu Herrb <matthieu.herrb@laas.fr>
+ * cfb/Makefile.am.inc:
+ Fix build with non GNU make.
+
2006-02-28 Ian Romanick <idr@us.ibm.com>
* hw/xfree86/common/xf86Helper.c: (xf86AddDriver),
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\"" >> $@