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)