Handle both cases, obj being absolute and relative
authorPatrick Georgi <patrick@georgi-clan.de>
Fri, 20 May 2011 23:08:12 +0000 (23:08 +0000)
committerPatrick Georgi <patrick.georgi@coresystems.de>
Fri, 20 May 2011 23:08:12 +0000 (23:08 +0000)
commit64ccc3b80348d5d8e6b8f698ec5ef2b596a46153
tree0842c7190243672f76134a22c3b5c61cc4750c36
parent447cf563ca03902d744c9dd5a269bc1940f2eb72
Handle both cases, obj being absolute and relative

gnu make's handling of filenames is less than optimal. It simply
compares strings, so foo/../bar is different from bar, even though
they're logically the same.

Signed-off-by: Patrick Georgi <patrick@georgi-clan.de>
Acked-by: Patrick Georgi <patrick@georgi-clan.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6605 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Makefile.inc