Fix build.

This commit is contained in:
andreast 2012-10-21 08:38:55 +00:00
parent 8401c87551
commit d96edb4e58

View File

@ -5,7 +5,7 @@
# if you want the paste & spaste macros.
PROG= m4
CFLAGS+=-DEXTENDED -I${.CURDIR}/lib
CFLAGS+=-DEXTENDED -I${.CURDIR} -I${.CURDIR}/lib
LDADD= -ly -ll -lm
# clang needs 1 while with gcc we can use 2
#WARNS= 1