From bdfcb84054121852260eb6336ff07e7ca57ee832 Mon Sep 17 00:00:00 2001 From: jhay Date: Wed, 7 Apr 1999 10:57:26 +0000 Subject: Add aout to the links also. Reviewed by: peter --- lib/compat/compat1x/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/compat/compat1x/Makefile b/lib/compat/compat1x/Makefile index 625e8f0..2d7a969 100644 --- a/lib/compat/compat1x/Makefile +++ b/lib/compat/compat1x/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.7 1997/02/22 14:57:35 peter Exp $ +# $Id: Makefile,v 1.8 1999/04/06 12:51:42 peter Exp $ DISTRIBUTION= compat1x @@ -9,7 +9,8 @@ LIBS= libc.so.1.1 libcurses.so.1.1 libf2c.so.1.1 libg++.so.1.1 \ libutil.so.1.1 liby.so.1.1 CLEANFILES+= ${LIBS} -LINKS= ${LIBCOMPATDIR}/libtermcap.so.1.1 ${LIBCOMPATDIR}/libtermlib.so.1.1 +LINKS= ${LIBCOMPATDIR}/aout/libtermcap.so.1.1 \ + ${LIBCOMPATDIR}/aout/libtermlib.so.1.1 all: ${LIBS} -- cgit v1.1