remove dead macro.

This commit is contained in:
steve 2000-12-15 02:00:31 +00:00
parent 770dfe5eaa
commit 15a426cc73
1 changed files with 1 additions and 2 deletions

View File

@ -16,7 +16,7 @@
# 59 Temple Place - Suite 330
# Boston, MA 02111-1307, USA
#
#ident "$Id: Makefile.in,v 1.2 2000/12/14 23:38:04 steve Exp $"
#ident "$Id: Makefile.in,v 1.3 2000/12/15 02:00:31 steve Exp $"
#
#
SHELL = /bin/sh
@ -56,7 +56,6 @@ ifeq (@CYGWIN@,yes)
TGTLDFLAGS=-L.. -livl
TGTDEPLIBS=../libivl.a
else
TGTLD=$(CC)
TGTLDFLAGS=
TGTDEPLIBS=
endif