From 4335868476af7c821c64def52b102b93ae91f8b0 Mon Sep 17 00:00:00 2001 From: Matthieu Herrb Date: Sun, 5 Mar 2006 16:13:21 +0000 Subject: [PATCH] Fix build with non GNU make. --- ChangeLog | 4 ++++ cfb/Makefile.am.inc | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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\"" >> $@