summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gnu/usr.bin/ld/rtld/Makefile4
-rw-r--r--libexec/rtld-aout/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/gnu/usr.bin/ld/rtld/Makefile b/gnu/usr.bin/ld/rtld/Makefile
index 1af321b..5898649 100644
--- a/gnu/usr.bin/ld/rtld/Makefile
+++ b/gnu/usr.bin/ld/rtld/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.16 1996/01/11 03:45:55 jdp Exp $
+# $Id: Makefile,v 1.17 1996/01/11 17:27:16 phk Exp $
PROG= ld.so
SRCS= mdprologue.S rtld.c malloc.c shlib.c etc.c md.c
@@ -28,6 +28,6 @@ realinstall:
-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
+ -rm ${DESTDIR}${BINDIR}/${PROG}.old
.include <bsd.prog.mk>
diff --git a/libexec/rtld-aout/Makefile b/libexec/rtld-aout/Makefile
index 1af321b..5898649 100644
--- a/libexec/rtld-aout/Makefile
+++ b/libexec/rtld-aout/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.16 1996/01/11 03:45:55 jdp Exp $
+# $Id: Makefile,v 1.17 1996/01/11 17:27:16 phk Exp $
PROG= ld.so
SRCS= mdprologue.S rtld.c malloc.c shlib.c etc.c md.c
@@ -28,6 +28,6 @@ realinstall:
-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
+ -rm ${DESTDIR}${BINDIR}/${PROG}.old
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud