summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-03-07 10:15:20 -0500
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-03-07 11:29:08 -0500
commit17edd81a9d1265952c662d5f49c70895d0ab17d7 (patch)
treef5902a37037db2ae4bcf00a76f8343e5bb7d0d0a /Makefile.am
parentc30a0c62fdbf6f11902be9db64ade99fb508adfd (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.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 7b1bac5e5..7e408798a 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))