On Wed, Sep 22, 2010 at 2:36 PM, Paul Smith <[email protected]> wrote:
> Only in places where make supplies the name; in particular expansions of
> automatic variables like $< etc.
>
> Make does not go through the recipes, etc. and replace "target1" with
> "/foo/bar/baz/target1".
>
> --
> -------------------------------------------------------------------------------
>  Paul D. Smith <[email protected]>          Find some GNU make

Thank you Paul for the explanations. So Make does not go through the
recipes, etc. and replace "target1" with "/foo/bar/baz/target1" but $<
will be replaced with /foo/bar/baz/target1?!!
$< is not used inside a recipe? So Make goes through the recipes!

_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make

Reply via email to