On Thu, 2007-06-07 at 00:56 -0600, Karl Hegbloom wrote:
> On Tue, 2007-06-05 at 10:26 +0100, Manuel Preliteiro wrote:
> > OCAMLC = ocamlc
> > OCAMLIBS = $(OCAMLC) -where

> You can probably do it without resorting to use of the 'shell' function.
> Grep the info documentation for 'eval', 'computed names' and for
> 'secondary expansion'.

No; the point is that the user has to run the program 'ocamlc -where'
and the output will be the pathname they want.  So, you have to use the
shell function here.

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <[EMAIL PROTECTED]>          Find some GNU make tips at:
 http://www.gnu.org                      http://make.paulandlesley.org
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist


_______________________________________________
Help-make mailing list
Help-make@gnu.org
http://lists.gnu.org/mailman/listinfo/help-make

Reply via email to