> Does "make -V '$VARIABLE'" (or without the $, depending on exactly what > you want) not work? I must be missing something. The point is to do this in a makefile, not as an isolated invocation of make. So something like ${VAR:wfile} or ${VAR:|echo >file}.