On Wed, Aug 02, 2006 at 06:22:38PM +0200, Yannick Lecaillez wrote:
> * Added some hints for dependency (make all from src/backends/filesys/
> is working now) ;

I have replaced 'make' by '$(MAKE)' since for some make it permits 
environment to be propagated to the make invocation.

> * $(LIBLTDL) have been moved from libelektra to libloader (seems a more
> logical place)

For that case I think that the following is not necessary, since it 
may break if $(LIBLTDL) contains some flags:
libloader_dynamic_la_DEPENDENCIES = $(LIBLTDL)

$(LIBLTDL):
        cd `dirname $(LIBLTDL)` && $(MAKE) `basename $(LIBLTDL)`

Moreover the libtdl sources are only changed when running libtoolize with a
new libtool installed, so it would be rather uncommon, and the developper
will likely do a make right after that from the top directory.

--
Pat

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Registry-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/registry-list

Reply via email to