Skip to content

Commit

Permalink
Remove extra sub-make of vpi directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
steve committed Jun 9, 2004
1 parent 37ae777 commit bfd393c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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) $@

Expand Down

0 comments on commit bfd393c

Please sign in to comment.