build-sys: force creation of symlink

For some reason make sometimes wants to rerun this, and
ln would refuse to recreate the link.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2013-03-07 10:15:20 -05:00
parent c30a0c62fd
commit 17edd81a9d

View file

@ -522,7 +522,7 @@ CLEANFILES += \
man/index.html
man/index.html:
$(AM_V_GEN)$(LN_S) systemd.index.html $@
$(AM_V_GEN)$(LN_S) -f systemd.index.html $@
NON_INDEX_XML_FILES = $(filter-out man/systemd.index.xml,$(XML_FILES))