]> git.sur5r.net Git - cc65/commit
Hack: Changed TARGET order to have apple2enh.lib available for convert.system.
authorOliver Schmidt <ol.sc@web.de>
Wed, 8 May 2013 23:32:48 +0000 (01:32 +0200)
committerOliver Schmidt <ol.sc@web.de>
Wed, 8 May 2013 23:32:48 +0000 (01:32 +0200)
commit00bb0f9704f3ba27e2f7b1e2e9d3dedc6639c12f
tree7d1d20594064995c85bea475b674fe3ee6e10db0
parent092653cb5b038e51b1b439dece01e521750810ab
Hack: Changed TARGET order to have apple2enh.lib available for convert.system.

There's a quite special case of a targetutil for the TARGET geos-apple having to be
built as TARGET apple2enh binary. We can't just add a dependency to ../lib/apple2enhlib
because the TARGETs are built in individual make instances (because of vpath).

Doing that the "right way" would be _very_ complicated and would turn the Makefiles way
less readable. Therefore I decided to solve that by just reordering the TARGETs. Surely
this won't work if i.e. 'make geos-apple' is entered on a clean system. But still I consider
it appropriate.

I ordered the TARGETs btw so that they are more in an alphabetical order...
libsrc/Makefile