mirror of
https://github.com/systemd/systemd.git
synced 2024-11-27 12:13:33 +08: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:
parent
c30a0c62fd
commit
17edd81a9d
@ -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))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user