On 2011-09-14 23:58:45 (-0700), MD.Mahbubur Rahman <[email protected]> wrote: > I wrote a make file for learning purpose as I am new to it. > Below hilighted code does not work as expected > That all rather depends on what you expect this code to do of course. What do you expect to see?
> LOCAL_PATH := $(call my-dir) This will assign nothing to LOCAL_PATH because my-dir is undefined. Did you show us all code? Once you print the variables you'll see one line with abc and one empty line. Regards, Kristof _______________________________________________ Help-make mailing list [email protected] https://lists.gnu.org/mailman/listinfo/help-make
