> main: .PHONY > make -V X | wc -c Wow, I didn't know that worked. How on earth /does/ it work? If a command happens to be "make", make just forks without the child process exec()ing anything, so all the make variables etc. are inherited?