From fc2834cf0498e8fd6fd822cc6b1630c2de44c833 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Mon, 1 Feb 2010 06:37:39 -0500 Subject: [PATCH] Link: -lfl not needed, upsets cygwin --- src/Makefile_obj.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Makefile_obj.in b/src/Makefile_obj.in index a729a4f51..87e993dfa 100644 --- a/src/Makefile_obj.in +++ b/src/Makefile_obj.in @@ -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)