Sylvain Becker wrote:
> 
> Hi,
> 
> I am looking for something like :
> FILES = $(shell find . -name "*.c")
> 
> but without calling the shell, because it seems not to work on solaris.

I've found that some find's need an explicit "-print" option.  Otherwise, you can try 
using GNU findutils.

HTH,
Noel


_______________________________________________
Help-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/help-make

Reply via email to