From 50390e5cdffcbb7b3fca9eb24aa599af507133e2 Mon Sep 17 00:00:00 2001 From: bde Date: Tue, 8 Oct 1996 20:06:41 +0000 Subject: Yet another attempt to remove the old libraries correctly. libfoo.* was misnamed foo.*. --- lib/libresolv/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lib/libresolv/Makefile') diff --git a/lib/libresolv/Makefile b/lib/libresolv/Makefile index 9a3fca4..69dcbe8 100644 --- a/lib/libresolv/Makefile +++ b/lib/libresolv/Makefile @@ -18,8 +18,9 @@ SRCS= fakelib.c # libresolv on FreeBSD-2.x **never did anything**!! # beforeinstall: - rm -f ${DESTDIR}${LIBDIR}/${LIB}.a ${DESTDIR}${LIBDIR}/${LIB}_p.a \ - ${DESTDIR}${ORIG_SHLIBDIR}/${LIB}.so.${SHLIB_MAJOR}.${SHLIB_MINOR} + rm -f ${DESTDIR}${LIBDIR}/lib${LIB}.a \ + ${DESTDIR}${LIBDIR}/lib${LIB}_p.a \ + ${DESTDIR}${ORIG_SHLIBDIR}/lib${LIB}.so.${SHLIB_MAJOR}.${SHLIB_MINOR} .include -- cgit v1.1