antimake: Convert JoinPath back to plain string based processing
authorMarko Kreen <markokr@gmail.com>
Sat, 7 Jul 2012 15:19:49 +0000 (18:19 +0300)
committerMarko Kreen <markokr@gmail.com>
Sat, 7 Jul 2012 16:44:26 +0000 (19:44 +0300)
commit30b1c6073ea737b86866da544adc294ffcc90fc3
tree9503cb081bfe62ff87dce96bb4b18621fc47ec05
parent5425863dfe5436279ef7405e575070fd5e820fab
antimake: Convert JoinPath back to plain string based processing

The hack with $(abspath) + $(relpath) is too fragile as local
filesystem issues can confuse it.

New implementation also tries to work with ./, ../ properly.

Reported-By: Marcus Engene
mk/antimake.mk