Jasper Lievisse Adriaanse [2006-05-28, 12:07:41]:
> - and some more little things, like honoring CFLAGS.
[...]
> -CFLAGS = -O2 -I. -I${PREFIX}/include -I/usr/include -I${X11INC} \
> -+CFLAGS = -Wall -O2 -I. -I${PREFIX}/include -I/usr/include -I${X11INC} \
> ++CFLAGS = -Wall -O2 -pipe -I. -I${PREFIX}/include -I/usr/include -I${X11INC}
> \
This doesn't make sense to me. You are just hardcoding it this way.
CFLAGS should be propagated through the environment or via make(1).
I haven't looked at it, but probably you could put those -I flags in
CPPFLAGS, and skip the definition of CFLAGS here. Then add CPPFLAGS to
the compile command.
Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm