Link: -lfl not needed, upsets cygwin
This commit is contained in:
parent
a15633053b
commit
fc2834cf04
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue