From: Arran Cudbard-Bell Date: Wed, 7 Feb 2018 14:23:08 +0000 (+0000) Subject: Add the -f back into LN-SF X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=27f38ae7cc8e308f80301ea3a182ae75fe6c3855;p=thirdparty%2Ffreeradius-server.git Add the -f back into LN-SF --- diff --git a/src/protocols/all.mk b/src/protocols/all.mk index 00e35e4cc8f..a5050db56e9 100644 --- a/src/protocols/all.mk +++ b/src/protocols/all.mk @@ -18,7 +18,7 @@ define PROTO_INCLUDE $${libfreeradius-io.la_OBJS}: | src/include/${1} src/include/${1}: - $${Q}[ -e $$@ ] || ln -s $${top_srcdir}/src/protocols/${1} $$@ + $${Q}[ -e $$@ ] || ln -sf $${top_srcdir}/src/protocols/${1} $$@ @echo LN-SF src/protocols/${1} $$@ install.src.include: $(addprefix ${SRC_INCLUDE_DIR}/,${1}/${1}.h)