From 7bf532e1cd2982ba101a1fceae9eee6faa99e57c Mon Sep 17 00:00:00 2001 From: phk Date: Thu, 11 Jan 1996 17:27:16 +0000 Subject: Make the new realinstall target a little less draconian so that make release doesn't fall over. --- libexec/rtld-aout/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libexec/rtld-aout') diff --git a/libexec/rtld-aout/Makefile b/libexec/rtld-aout/Makefile index d2e6785..1af321b 100644 --- a/libexec/rtld-aout/Makefile +++ b/libexec/rtld-aout/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.15 1995/08/26 13:17:39 joerg Exp $ +# $Id: Makefile,v 1.16 1996/01/11 03:45:55 jdp Exp $ PROG= ld.so SRCS= mdprologue.S rtld.c malloc.c shlib.c etc.c md.c @@ -24,8 +24,8 @@ realinstall: test -f ${DESTDIR}${BINDIR}/${PROG}.old && \ chflags noschg ${DESTDIR}${BINDIR}/${PROG}.old || \ : - chflags noschg ${DESTDIR}${BINDIR}/${PROG} - ln -f ${DESTDIR}${BINDIR}/${PROG} ${DESTDIR}${BINDIR}/${PROG}.old + -chflags noschg ${DESTDIR}${BINDIR}/${PROG} + -ln -f ${DESTDIR}${BINDIR}/${PROG} ${DESTDIR}${BINDIR}/${PROG}.old mv ${DESTDIR}${BINDIR}/${PROG}.new ${DESTDIR}${BINDIR}/${PROG} chflags schg ${DESTDIR}${BINDIR}/${PROG} rm ${DESTDIR}${BINDIR}/${PROG}.old -- cgit v1.1