Fergus:

Thank you for response.  You are right, It was a cut-and-paste error. 
They should be:

a_1 : a
       echo "a 1"
b_1 : b
       echo "b 1"
c_1 : c
       echo "c 1"
a_2 : a
       echo "a 2"
b_2 : b
       echo "b 2"
c_2 : c
       echo "c 2"


Thomas


Fergus Henderson wrote:
> 
> On 12-Feb-2001, Thomas Chen <[EMAIL PROTECTED]> wrote:
> > I need help on writing dependency rules on the following problem.
> >
> > a_1 : a
> >       echo "a 1"
> > b_1 : b
> >       echo "b 1"
> > c_1 : c
> >       echo "c 1"
> > a_2 : a
> >       echo "a 2"
> > b_2 : a
> >       echo "b 2"
> > c_2 : a
> >       echo "c 2"
> 
> Hmm, are `b_2' and `c_2' really supposed to depend on `a',
> or is that a cut-and-paste error?
> 
> --
> Fergus Henderson <[EMAIL PROTECTED]>  |  "I have always known that the pursuit
>                                     |  of excellence is a lethal habit"
> WWW: <http://www.cs.mu.oz.au/~fjh>  |     -- the last words of T. S. Garp.

_______________________________________________
Help-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/help-make

Reply via email to