diff --git a/ChangeLog b/ChangeLog index 59b026f62..880a534e5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-12-29 Eric Anholt + + * hw/xfree86/utils/kbd_mode/Makefile.am: + Add an empty all-local target for FreeBSD make's sake, which doesn't + deal with .PHONY. + 2005-12-29 Adam Jackson * configure.ac: diff --git a/hw/xfree86/utils/kbd_mode/Makefile.am b/hw/xfree86/utils/kbd_mode/Makefile.am index ebd7ffb24..1b28411cf 100644 --- a/hw/xfree86/utils/kbd_mode/Makefile.am +++ b/hw/xfree86/utils/kbd_mode/Makefile.am @@ -55,6 +55,8 @@ all-local: kbd_mode.man.pre $(appman_DATA) kbd_mode.man.pre: $(MAN_SRC) $(LN_S) $(MAN_SRC) kbd_mode.man.pre +else +all-local: endif include $(top_srcdir)/cpprules.in