Michael Sternberg <[EMAIL PROTECTED]> writes:

> I would like to set up a taget in a makefile that will only define
> some variable, and it will be used in the next target, 

Use recursive make:

ppc:
        $(MAKE) ARCH=PPC

-- 
Oleg Goldshmidt | [EMAIL PROTECTED]

=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to