From 59f820aacd641e0645a31512bd4e49f300fa243e Mon Sep 17 00:00:00 2001 From: steve Date: Tue, 4 Mar 2003 03:13:57 +0000 Subject: [PATCH] Include all libs, not just extra libs. --- vvp/Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vvp/Makefile.in b/vvp/Makefile.in index 139e37d4a..443264a5e 100644 --- a/vvp/Makefile.in +++ b/vvp/Makefile.in @@ -16,7 +16,7 @@ # 59 Temple Place - Suite 330 # Boston, MA 02111-1307, USA # -#ident "$Id: Makefile.in,v 1.45 2003/02/27 22:13:22 steve Exp $" +#ident "$Id: Makefile.in,v 1.46 2003/03/04 03:13:57 steve Exp $" # # SHELL = /bin/sh @@ -79,10 +79,10 @@ ifeq (@WIN32@,yes) # export and import library, and the last link makes a, ivl.exe # that really exports the things that the import library imports. vvp@EXEEXT@ libvpi.a: $O vvp.def - $(CXX) -o vvp@EXEEXT@ $O $(dllib) @EXTRALIBS@ + $(CXX) -o vvp@EXEEXT@ $O $(dllib) $(LIBS) dlltool --dllname vvp@EXEEXT@ --def vvp.def \ --output-lib libvpi.a --output-exp vvp.exp - $(CXX) -o vvp@EXEEXT@ vvp.exp $O $(dllib) @EXTRALIBS@ + $(CXX) -o vvp@EXEEXT@ vvp.exp $O $(dllib) $(LIBS) else libvpi.a: libvpi.c $(CC) -c $(srcdir)/libvpi.c