Add -f to ln

This commit is contained in:
Andrey A. Chernov 1997-01-06 19:27:17 +00:00
parent 4dd9faf9ba
commit 8ef1c5d67a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=21382

View File

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.23 1996/08/30 18:33:31 ache Exp $
# $Id: Makefile,v 1.8 1997/01/05 16:19:35 ache Exp $
SRCDIR= ${.CURDIR}/../../../../contrib/libreadline/doc
@ -10,9 +10,9 @@ hist.info: hstech.texinfo hsuser.texinfo
rlman.info: rltech.texinfo rluser.texinfo
history.info: hist.info
ln $> $@
ln -f $> $@
readline.info: rlman.info
ln $> $@
ln -f $> $@
.include <bsd.info.mk>