Makefile
changeset 1658 c0fc238c6755
parent 1616 06d768ee0fea
child 1659 f91903c43e29
equal deleted inserted replaced
1657:5992e8df79c5 1658:c0fc238c6755
    21 .DEFAULT_GOAL = all
    21 .DEFAULT_GOAL = all
    22 
    22 
    23 ################################################################
    23 ################################################################
    24 # Helper definition.
    24 # Helper definition.
    25 
    25 
    26 which = $(firstword $(foreach item,$(subst :, ,$(PATH)),$(wildcard $(item)/$1)))
       
    27 curdir := $(realpath .)
    26 curdir := $(realpath .)
    28 
    27 
    29 ################################################################
    28 ################################################################
    30 # Platform/environment definition.
    29 # Platform/environment definition.
    31 
    30