David, J. David Bryan <[EMAIL PROTECTED]> writes:
> On 27 Feb 2006 at 13:09, Paul D. Smith wrote:
>
> > %% Boris Kolpackov <[EMAIL PROTECTED]> writes:
> >
> > bk> 3. If I replace the "%.3 : | %.2" rule with the equivalent normal
> > bk> rule, make does not hang.
>
> What would the "equivalent normal rule" be? Perhaps I can use that as a
> workaround in my original makefile.
That would be
test.3: | test.2
...
I think a better workaround would be to remove test.2 from .SECONDARY.
-boris
signature.asc
Description: Digital signature
_______________________________________________ Bug-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-make
