aboutsummaryrefslogtreecommitdiff
path: root/lib/compat/compat20
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2001-09-21 09:10:09 +0000
committerPeter Wemm <peter@FreeBSD.org>2001-09-21 09:10:09 +0000
commit7a19c3499279dcfec06df7ade642256de557d70e (patch)
tree4c9c755d1b887f11e619020487a6e5074e0d51eb /lib/compat/compat20
parent9222e100d695ab96283741364ea4120d8997affe (diff)
Notes
Diffstat (limited to 'lib/compat/compat20')
-rw-r--r--lib/compat/compat20/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/compat/compat20/Makefile b/lib/compat/compat20/Makefile
index f416b3381b2b..dc2df65ab3fb 100644
--- a/lib/compat/compat20/Makefile
+++ b/lib/compat/compat20/Makefile
@@ -19,6 +19,7 @@ beforeinstall:
${DESTDIR}/usr/libexec
${INSTALL} ${COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} ${LIBS} \
${DESTDIR}${LIBCOMPATDIR}/aout
+ rm -f ${LIBS:S@^@${DESTDIR}${SHLIBDIR}/@}
# Get all the fruit, even though we don't set PROG.
# XXX bsd.lib.mk has fruitflies, e.g., it fails if LIBS is empty.