Add an empty all-local target for FreeBSD make's sake, which doesn't deal
with .PHONY.
This commit is contained in:
parent
49a9249239
commit
7aa0ea23bc
|
@ -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>
|
2005-12-29 Adam Jackson <ajax@freedesktop.org>
|
||||||
|
|
||||||
* configure.ac:
|
* configure.ac:
|
||||||
|
|
|
@ -55,6 +55,8 @@ all-local: kbd_mode.man.pre $(appman_DATA)
|
||||||
kbd_mode.man.pre: $(MAN_SRC)
|
kbd_mode.man.pre: $(MAN_SRC)
|
||||||
$(LN_S) $(MAN_SRC) kbd_mode.man.pre
|
$(LN_S) $(MAN_SRC) kbd_mode.man.pre
|
||||||
|
|
||||||
|
else
|
||||||
|
all-local:
|
||||||
endif
|
endif
|
||||||
|
|
||||||
include $(top_srcdir)/cpprules.in
|
include $(top_srcdir)/cpprules.in
|
||||||
|
|
Loading…
Reference in New Issue