Use WIN32 instead of CYGWIN in tgt-null

(cherry picked from commit 99eac44ad1)
This commit is contained in:
Cary R 2010-03-25 11:00:59 -07:00 committed by Stephen Williams
parent 6da47b1eba
commit 4ee4d735c3
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ dep:
O = null.o
ifeq (@CYGWIN@,yes)
ifeq (@WIN32@,yes)
TGTLDFLAGS=-L.. -livl
TGTDEPLIBS=../libivl.a
else