On 02/11/2012 16:16, Václav Zeman wrote:
> How can I make this work as you have suggested without $(top_builddir)?

Okay here's my rule of thumb (Stefano can give you the informed,
developer opinion):

 - if it's declared in the same makefile, don't use $(top_builddir);
 - if it's declared on a different makefile, use $(top_builddir) and
make sure SUBDIRS come first;
 - if possible, don't use recursive make at all.

-- 
Diego Elio Pettenò — Flameeyes
flamee...@flameeyes.eu — http://blog.flameeyes.eu/

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to