Alan Orndorff <[EMAIL PROTECTED]> writes:

> If you want to get further before we have a chance to fix this, you
> could just change those $(wildcard foo) statements to $(shell find
> "foo") statements

If we're going to change that then strictly speaking it should be

  $(shell ls foo)

or something similar.  Find will do a recursive search which is
probably not what we want.  Also, if we were going to use find, we'd
need to use something like $(find . foo -maxdepth 1).  Without the
dot, some non-GNU finds will regurgitate.

-- 
Rob Browning <[EMAIL PROTECTED]> PGP=E80E0D04F521A094 532B97F5D64E3930

--
Gnucash Developer's List 
To unsubscribe send empty email to: [EMAIL PROTECTED]

Reply via email to