mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 10:29:15 +00:00
Add -f to ln
This commit is contained in:
parent
4dd9faf9ba
commit
8ef1c5d67a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=21382
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user