> "Paul" == Paul D Smith <[EMAIL PROTECTED]> writes:
Paul> If you need to have the files created in their VPATH-found location
Paul> instead of in the local directly, use the GPATH variable to specify
Paul> which directories contain those types of files.
Paul> See the GNU make manual
If you need to have the files created in their VPATH-found location
instead of in the local directly, use the GPATH variable to specify
which directories contain those types of files.
See the GNU make manual, and let me know.
I don't think this is the right behavior to make the default, though:
I don't agree that "zog.c" below should end up in the source tree (foo).
The reason that configure was designed to be able to generate a separate
"build tree" (bar) was to support the idea of a read-only source tree. If
"zog.c" were generated into foo, then a read-only source tree would not be