Link: -lfl not needed, upsets cygwin

This commit is contained in:
Wilson Snyder 2010-02-01 06:37:39 -05:00
parent a15633053b
commit fc2834cf04

View File

@ -82,7 +82,8 @@ endif
#LIBS += -ldl
#CCMALLOC = /usr/local/lib/ccmalloc-gcc.o -lccmalloc -ldl
LIBS = -lm -lfl
# -lfl not needed as Flex invoked with %nowrap option
LIBS = -lm
CPPFLAGSNOWALL += -MMD
CPPFLAGSNOWALL += -I. -I$(bldsrc) -I$(srcdir) -I$(incdir)