Cygwin doesnot need driver-vpi sibdirectory.

This commit is contained in:
steve 2002-11-24 02:27:28 +00:00
parent 751e4e4c79
commit 2001903c89
2 changed files with 6 additions and 1 deletions

View File

@ -16,7 +16,7 @@
# 59 Temple Place - Suite 330
# Boston, MA 02111-1307, USA
#
#ident "$Id: Makefile.in,v 1.137 2002/11/13 01:50:11 steve Exp $"
#ident "$Id: Makefile.in,v 1.138 2002/11/24 02:27:28 steve Exp $"
#
#
SHELL = /bin/sh
@ -83,7 +83,10 @@ all: dosify.exe
dosify.exe: dosify.c
$(CC) -o dosify.exe dosify.c
ifeq (@MINGW32@,yes)
SUBDIRS += driver-vpi
endif
else
all: iverilog-vpi
endif

View File

@ -190,6 +190,8 @@ if test "$CYGWIN" = "yes" -o "$MINGW32" = "yes"
then
WIN32=yes
fi
AC_SUBST(MINGW32)
AC_SUBST(WIN32)
AC_MSG_RESULT($WIN32)
AC_SUBST(EXEEXT)