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) $@