|
> with this patch if the user does an export CFLAGS="my favorite cflags" > before make, it will no longer ignored ?= and += are not portable, are they? We try to write the simplest makefiles possible. In particular, we do not rely on gnu make extensions. --lhf