From 6a4f4039bcedc851501bde5cab652fc6e4360a61 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Tue, 3 Sep 1996 13:22:58 +0000 Subject: [PATCH] Install in /usr/lib/compat where ld.so can find it for older binaries, but autoconf/ld/etc won't find it for new builds.. --- lib/libresolv/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/libresolv/Makefile b/lib/libresolv/Makefile index c205b9285cb..b2711225c4d 100644 --- a/lib/libresolv/Makefile +++ b/lib/libresolv/Makefile @@ -1,10 +1,12 @@ # @(#)Makefile 8.1 (Berkeley) 6/4/93 LIB=resolv +LIBDIR=/usr/lib/compat SRCS= fakelib.c afterinstall: rm -f ${DESTDIR}${LIBDIR}/libresolv.a + rm -f ${DESTDIR}/usr/lib/libresolv.* .include