]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Add the -f back into LN-SF
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 7 Feb 2018 14:23:08 +0000 (14:23 +0000)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 7 Feb 2018 14:23:08 +0000 (14:23 +0000)
src/protocols/all.mk

index 00e35e4cc8fde72fda25b8b05414637b53438977..a5050db56e96ea93f8f9370d13af880d8c311d7a 100644 (file)
@@ -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)