From 17edd81a9d1265952c662d5f49c70895d0ab17d7 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Thu, 7 Mar 2013 10:15:20 -0500 Subject: 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(-) (limited to 'Makefile.am') 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)) -- cgit v1.2.3-54-g00ecf