summaryrefslogtreecommitdiffstats
path: root/lib/libresolv/Makefile
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1996-10-08 20:06:41 +0000
committerbde <bde@FreeBSD.org>1996-10-08 20:06:41 +0000
commit50390e5cdffcbb7b3fca9eb24aa599af507133e2 (patch)
tree00b9931511b507e440ee7e72a3e1ca9284d3a664 /lib/libresolv/Makefile
parent04838bc55a536da969f783bb65ee094f71e502f6 (diff)
downloadFreeBSD-src-50390e5cdffcbb7b3fca9eb24aa599af507133e2.zip
FreeBSD-src-50390e5cdffcbb7b3fca9eb24aa599af507133e2.tar.gz
Yet another attempt to remove the old libraries correctly. libfoo.*
was misnamed foo.*.
Diffstat (limited to 'lib/libresolv/Makefile')
-rw-r--r--lib/libresolv/Makefile5
1 files changed, 3 insertions, 2 deletions
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 <bsd.lib.mk>
OpenPOWER on IntegriCloud