From bfd393c91c73df7c76a0d51ce377c4fcdc7471eb Mon Sep 17 00:00:00 2001 From: steve Date: Wed, 9 Jun 2004 22:13:14 +0000 Subject: [PATCH] Remove extra sub-make of vpi directory. --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index a1498a1bc..2d30654fa 100644 --- a/Makefile.in +++ b/Makefile.in @@ -16,7 +16,7 @@ # 59 Temple Place - Suite 330 # Boston, MA 02111-1307, USA # -#ident "$Id: Makefile.in,v 1.165 2004/03/17 17:06:44 steve Exp $" +#ident "$Id: Makefile.in,v 1.166 2004/06/09 22:13:14 steve Exp $" # # SHELL = /bin/sh @@ -68,7 +68,7 @@ TARGETS = tgt-null all: dep ivl@EXEEXT@ for dir in $(SUBDIRS); do (cd $$dir ; $(MAKE) $@); done for tgt in $(TARGETS); do (cd $$tgt ; $(MAKE) $@); done - for dir in vpi ivlpp tgt-verilog tgt-stub; \ + for dir in ivlpp tgt-verilog tgt-stub; \ do (cd $$dir ; $(MAKE) $@); done cd driver ; $(MAKE) VERSION=$(VERSION) $@