From 17edd81a9d1265952c662d5f49c70895d0ab17d7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Thu, 7 Mar 2013 10:15:20 -0500 Subject: [PATCH] build-sys: force creation of symlink For some reason make sometimes wants to rerun this, and ln would refuse to recreate the link. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.30.2