From c305ea1ee595497ab46c3455252f0c1c16a98869 Mon Sep 17 00:00:00 2001 From: peter Date: Fri, 21 Sep 2001 09:10:09 +0000 Subject: Put on my peril-sensitive sunglasses. Remove any old libraries that we have just installed a replacement for. This should solve the problem of having a stale /usr/lib/libc.so.4 after we put a fresh /usr/lib/compat/libc.so.4 in its place. --- lib/compat/compat21/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/compat/compat21/Makefile') diff --git a/lib/compat/compat21/Makefile b/lib/compat/compat21/Makefile index 652bbb7..7d58eb3 100644 --- a/lib/compat/compat21/Makefile +++ b/lib/compat/compat21/Makefile @@ -18,6 +18,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. -- cgit v1.1