From d3bb00bcdc2f3e70e9c0482fb269cb8f46bbc704 Mon Sep 17 00:00:00 2001 From: bostic Date: Mon, 16 Dec 1996 17:29:57 +0000 Subject: [PATCH] MALL needs to include @LIBOBJS@ so that we get replacement library routines --- dist/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/Makefile.in b/dist/Makefile.in index 71d31eb5..3e5b6cfc 100644 --- a/dist/Makefile.in +++ b/dist/Makefile.in @@ -1,4 +1,4 @@ -# $Id: Makefile.in,v 8.89 1996/12/14 13:57:56 bostic Exp $ (Berkeley) $Date: 1996/12/14 13:57:56 $ +# $Id: Makefile.in,v 8.90 1996/12/16 17:29:57 bostic Exp $ (Berkeley) $Date: 1996/12/16 17:29:57 $ srcdir= @srcdir@/.. CC= @CC@ @@ -60,7 +60,7 @@ vi ex: $(VIALL) -$(rm) -f ex $(ln) $@ ex -MALL= m_main.o m_cde.o trace.o libmvi.a +MALL= m_main.o m_cde.o trace.o libmvi.a @LIBOBJS@ vi_motif: $(MALL) $(SHRPENV) $(CC) $(LDFLAGS) -o $@ $(MALL) @MOTIFLIBS@ -- 2.11.4.GIT