berkus / mclinker

Automatically exported from code.google.com/p/mclinker
Other
0 stars 0 forks source link

Install path of "include" directory is inappropriate #163

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The "include" directory path in install directory contains the whole absolute 
path of "include" in source.

For example, the source code path is
${MCLINKER_SRC}

Then, after "make insatll" to the specified path ${MCLINKER_OBJ}, we'll find 
the include directory in
${MCLINKER_OBJ}/${MCLINKER_SRC}/include

While we expect the result should be
${MCLINKER_OBJ}/include

Original issue reported on code.google.com by mysekki on 4 Oct 2013 at 7:12

GoogleCodeExporter commented 9 years ago
Fixed in revision c52f8be5cace.

Original comment by wenhan...@gmail.com on 25 Dec 2013 at 9:44

GoogleCodeExporter commented 9 years ago
This issue was closed by revision c24e7983f95f.

Original comment by wenhan...@gmail.com on 25 Dec 2013 at 11:01