%% [EMAIL PROTECTED] writes:
th> So, vpath's don't seem to work for locating 'include' makefiles. For
th> example, you can't do this:
th>vpath %.d directory
th>-include src1.d src2.d src3.d
th> Is this by design?
This is how it's implemented and documented, yes. The manual
GNU Make 3.79.1 on AIX & Linux
So, vpath's don't seem to work for locating 'include' makefiles. For
example, you can't do this:
vpath %.d directory
-include src1.d src2.d src3.d
Is this by design? Otherwise, any hints on how to go about adding this
would be appreciated. (Or consider th