Do not link on every make invocation
authorAndreas Zwinkau <zwinkau@kit.edu>
Mon, 19 Dec 2011 14:45:50 +0000 (15:45 +0100)
committerAndreas Zwinkau <zwinkau@kit.edu>
Mon, 19 Dec 2011 14:45:50 +0000 (15:45 +0100)
commit451c15e3a53e601d449512e71b1a9ab7960fa9ec
tree4baaba832e9df9e1c40d8e3505e551bbbc91ed72
parent7571a159e4465b69dbb50dca1c0a66d6935090c9
Do not link on every make invocation

Previously, ld had to be called, because the static libfirm might have
been updated.

Note the little hack, which apparently makes GNU Make re-evaluated the
Makefile, whenever the phony libfirm_subdir goal has been executed:

> Makefile: libfirm_subdir
Makefile