From 3f82e3eaacdbb12302a387cd00c4fbea099300e7 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Wed, 11 Sep 1996 01:23:11 +0000 Subject: [PATCH] Fixed non-removal of old libresolv_p.a. Cleaned up formatting. --- lib/libresolv/Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/lib/libresolv/Makefile b/lib/libresolv/Makefile index 65aa8baabad..79d70fda479 100644 --- a/lib/libresolv/Makefile +++ b/lib/libresolv/Makefile @@ -1,13 +1,12 @@ # @(#)Makefile 8.1 (Berkeley) 6/4/93 -LIB=resolv -SHLIBDIR=${LIBDIR}/compat - -INTERNALLIB= yes #do not build or install libresolv.a +LIB= resolv +SHLIBDIR= ${LIBDIR}/compat +INTERNALLIB= yes # Do not build or install libresolv*.a SRCS= fakelib.c afterinstall: - rm -f ${DESTDIR}${LIBDIR}/libresolv.* + rm -f ${DESTDIR}${LIBDIR}/libresolv* .include