1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-11 05:17:44 +03:00

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