diff --git a/ChangeLog b/ChangeLog index 61cdb96c4..c119c9e4e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-03-04 Matthieu Herrb + * cfb/Makefile.am.inc: + Fix build with non GNU make. + 2006-02-28 Ian Romanick * 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\"" >> $@