Add an empty all-local target for FreeBSD make's sake, which doesn't deal

with .PHONY.
This commit is contained in:
Eric Anholt 2005-12-30 04:11:42 +00:00
parent 49a9249239
commit 7aa0ea23bc
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2005-12-29 Eric Anholt <anholt@FreeBSD.org>
* 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 <ajax@freedesktop.org>
* configure.ac:

View File

@ -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