Defer running makedepend in x2p/ until it's needed.
authorNicholas Clark <nick@ccl4.org>
Wed, 15 May 2013 11:01:22 +0000 (13:01 +0200)
committerNicholas Clark <nick@ccl4.org>
Mon, 20 May 2013 19:50:45 +0000 (21:50 +0200)
commit417de989d3cb17f83d8a6af00ff4b171a8682c8c
treebed79ef797eff07faa2e99bf2d5527f6411f9c7c
parent2fea0471858664126bb4c23b75f6bf15c262cd8b
Defer running makedepend in x2p/ until it's needed.

We can run makedepend in x2p/ as part of the regular build process, which
means that it can run as part of a parallel make. This gets a slight
speedup (0.2s on this system), and increases flexibility on how x2p/Makefile
is generated.
Makefile.SH