From 8ef1c5d67abd2aea410608295e39bee3711e38e4 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Mon, 6 Jan 1997 19:27:17 +0000 Subject: [PATCH] Add -f to ln --- gnu/lib/libreadline/doc/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/lib/libreadline/doc/Makefile b/gnu/lib/libreadline/doc/Makefile index 226c27d5a85f..9797fd454731 100644 --- a/gnu/lib/libreadline/doc/Makefile +++ b/gnu/lib/libreadline/doc/Makefile @@ -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