diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1996-01-11 17:27:16 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1996-01-11 17:27:16 +0000 |
| commit | 5a39b83123277b3da8db6182683fa29b1eef82cd (patch) | |
| tree | b6a63061fb8d0f17abd111fe8d2f8597f6f066d9 /libexec/rtld-aout | |
| parent | d2c8692ad0b13a03f1039915911479313a73b1eb (diff) | |
Notes
Diffstat (limited to 'libexec/rtld-aout')
| -rw-r--r-- | libexec/rtld-aout/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/rtld-aout/Makefile b/libexec/rtld-aout/Makefile index d2e6785e7c25..1af321ba665a 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 |
