>>>>> "Peter" == Peter Hutnick <peter-lists at hutnick.com> writes: >> mytarg: >> cp Makefile* ../foo/ Peter> That works for me. FYI, a nice technique for finding problems in the code run by make is to invoke: make SHELL='/bin/sh -x' This will cause sh to print out what it actually does. Tom