Commit bbc78f68 authored by Lev Walkin's avatar Lev Walkin

fix ilogb problem on ubuntu: libm precedence

parent 194b2104
......@@ -48,7 +48,7 @@ CC ?= ${CC}
all: check-executable
check-executable: compiled-module *.c*
@rm -f *.core
\$(CC) \$(CFLAGS) -o check-executable -lm *.c*
\$(CC) \$(CFLAGS) -o check-executable *.c* -lm
# Compile the corresponding .asn1 spec.
compiled-module: ${asn_module} ../../asn1c
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment