On Wed, 4 Dec 2002, Michael Sternberg wrote: > > 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, something > like this: > > ppc : > ARCH = PPC >
Won't autoconf be better for this specific need? Autoconf can detect your architecture and create your makefile accordingly, so that if you are compiling on a PPC, in release you would have the proper actions. -- Orna. | http://tx.technion.ac.il/~agmon A cat has claws at the end of its paws. A sentence has a pause at the end of its clause. ================================================================= 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]
