From e96d0b23ba6954fa9f5f4bac59c5c63e308e8ef4 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Sat, 26 Sep 1998 11:54:02 +0000 Subject: [PATCH] /usr/lib/compat -> /usr/lib/compat/aout This change will need to be reviewed just as soon as we start generating ELF compat libs, but for now it does the right thing for a.out libs. --- lib/compat/Makefile.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/compat/Makefile.inc b/lib/compat/Makefile.inc index 5201d4a7dee..b7db7f36484 100644 --- a/lib/compat/Makefile.inc +++ b/lib/compat/Makefile.inc @@ -1,3 +1,3 @@ -# $Id$ +# $Id: Makefile.inc,v 1.4 1997/02/22 14:57:33 peter Exp $ -LIBCOMPATDIR?= ${LIBDIR}/compat +LIBCOMPATDIR?= ${LIBDIR}/compat/aout