On 5/27/2012 22:13, David Holland wrote:
On Sun, May 27, 2012 at 09:17:09PM +0200, John Marino wrote: > If I type "make -n" or "bmake -n" in the subdir, the executable is > created as would be expected. Bypassing the wrapper for > "/usr/bin/make -n" has the same result. Hrm. Is the problem that the top-level makefile isn't recursing into the subdir?
It is going into the subdir. The hack only does the final linking; the subdir's makefile created the object files.
John