Hi all,

is there a way to use recipe multiple times?

If I have the following Makefile:

%.x: %.yy
    <do something>

%.x: %.abc
    <do something>

I want to use <do something> for both rules without rewriting it.

Thanks
 Klaus

-- 
Neu: GMX De-Mail - Einfach wie E-Mail, sicher wie ein Brief!  
Jetzt De-Mail-Adresse reservieren: http://portal.gmx.net/de/go/demail

_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make

Reply via email to