mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 09:32:08 -04:00
rm -f lwresd before trying to link it to named in the install target.
This commit is contained in:
parent
1b32c4783f
commit
fb1086b1f4
1 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@
|
|||
# ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
|
||||
# SOFTWARE.
|
||||
|
||||
# $Id: Makefile.in,v 1.49 2000/06/22 21:49:17 tale Exp $
|
||||
# $Id: Makefile.in,v 1.50 2000/06/28 02:54:55 tale Exp $
|
||||
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
|
@ -86,4 +86,4 @@ installdirs:
|
|||
|
||||
install:: named lwresd installdirs
|
||||
${LIBTOOL} ${INSTALL_PROGRAM} named ${DESTDIR}${sbindir}
|
||||
(cd ${DESTDIR}${sbindir}; @LN@ named lwresd)
|
||||
(cd ${DESTDIR}${sbindir}; rm -f lwresd; @LN@ named lwresd)
|
||||
|
|
|
|||
Loading…
Reference in a new issue