diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-03-07 10:15:20 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-03-07 11:29:08 -0500 |
commit | 17edd81a9d1265952c662d5f49c70895d0ab17d7 (patch) | |
tree | f5902a37037db2ae4bcf00a76f8343e5bb7d0d0a /Makefile.am | |
parent | c30a0c62fdbf6f11902be9db64ade99fb508adfd (diff) |
build-sys: force creation of symlink
For some reason make sometimes wants to rerun this, and
ln would refuse to recreate the link.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 7b1bac5e50..7e408798a6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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)) |