diff options
Diffstat (limited to 'testcase/abspath.mk')
| -rw-r--r-- | testcase/abspath.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testcase/abspath.mk b/testcase/abspath.mk index 9522dd3..89d96f9 100644 --- a/testcase/abspath.mk +++ b/testcase/abspath.mk @@ -1,5 +1,5 @@ -foo = $(abspath ./foo bar/../foo bar//..//foo / /usr) -bar = $(abspath .. ./. ./ /aa/.. a///) +foo = $(subst /kati,,$(subst /make,,$(abspath ./foo bar/../foo bar//..//foo / /usr))) +bar = $(subst /kati,,$(subst /make,,$(abspath .. ./. ./ /aa/.. a///))) test: echo $(foo) |
