aboutsummaryrefslogtreecommitdiff
path: root/libexec/rtld-aout
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1996-01-11 17:49:55 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1996-01-11 17:49:55 +0000
commitbbb1dc53a466578abf2a4c2bfab6cfdf30d9667f (patch)
tree1d1d5a8dc3064f037c6c9c6a07ed97b3d9706418 /libexec/rtld-aout
parented6a16c1817628e876636bd19662b56620f1a4f7 (diff)
downloadsrc-bbb1dc53a466578abf2a4c2bfab6cfdf30d9667f.tar.gz
src-bbb1dc53a466578abf2a4c2bfab6cfdf30d9667f.zip
Another '-' needed for make release.
Notes
Notes: svn path=/head/; revision=13390
Diffstat (limited to 'libexec/rtld-aout')
-rw-r--r--libexec/rtld-aout/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/rtld-aout/Makefile b/libexec/rtld-aout/Makefile
index 1af321ba665a..589864963d5b 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>