Tom Poindexter wrote: > Just guessing, is your /bin/sh a Bourne shell? Ksh and Bash > should have no problem dealing with > > export CFLAGS="" > > but Bourne usually needs those on two lines: > > CFLAGS="" > export CFLAGS I've adopted this for kitgen, the change is now in CVS. Thx. -jcw