OSDN Git Service

Rules.mak: change the way -include is used
authorPeter S. Mazinger <ps.m@gmx.net>
Sun, 20 Mar 2011 03:20:23 +0000 (04:20 +0100)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 15 Jun 2012 12:00:30 +0000 (14:00 +0200)
commita683d89f56945e1c0f9bbf95950a36b090f48ebf
tree7fe74034f8e7354f61d8ecafa862824adf588343
parenteedef37b4ad706b033fad74ae4de87e3cedaf4f2
Rules.mak: change the way -include is used

Other compilers do not expect absolute path after -include,
they want to find the included file by path search (-I).
While there, prefer $(TARGET_ARCH) before common path.

Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Rules.mak