9front's make in ape is eating newlines after line continuations incorrectly. the attached makefile will produce the following output, where 'fuck YOU' is the correct output. make on linux: $ make -s objs one.o two.o fuck YOU make on ape/psh: $ make -s objs one.o two.o FUCK=YOU fuck