blob: 89d96f9aabd405d6e8b9324f79b1d19bdedc90b9 [file] [log] [blame]
foo = $(subst /kati,,$(subst /make,,$(abspath ./foo bar/../foo bar//..//foo / /usr)))
bar = $(subst /kati,,$(subst /make,,$(abspath .. ./. ./ /aa/.. a///)))
test:
echo $(foo)
echo $(bar)