Compile in a variable default search prefix.
commit3c0aa72ee10d4d08f62fe57d50fe8edf1bd8e187
authorSimon Schubert <corecode@dragonflybsd.org>
Sun, 26 Aug 2007 08:15:50 +0000 (26 08:15 +0000)
committerSimon Schubert <corecode@dragonflybsd.org>
Sun, 26 Aug 2007 08:15:50 +0000 (26 08:15 +0000)
tree469336f32aa240e9372965272bee5cdc2407c3df
parent82f3e8c4f72480eba4684aa1fa667c99a3174c1f
Compile in a variable default search prefix.

Up to now, even a objdump created in the ctools phase used the standard
search path ("/") instead of using the correct prefix, unless invoked
with OBJFORMAT_PREFIX set.  Use TOOLS_PREFIX as a default search prefix to
make the ctools phase objdump work as expected.
usr.bin/objformat/Makefile
usr.bin/objformat/objformat.c