Proper Makefile dependencies for the x2p/s2p rule.
authorNicholas Clark <nick@ccl4.org>
Sun, 28 Nov 2010 15:52:58 +0000 (15:52 +0000)
committerNicholas Clark <nick@ccl4.org>
Sun, 28 Nov 2010 15:52:58 +0000 (15:52 +0000)
commit3eaf69502c5993865935106db7a5beaf16b1819d
treed430d037560780d166b53ef1f5129606460f53d6
parent014530329eda6c695780760ec2c4307a3c39c523
Proper Makefile dependencies for the x2p/s2p rule.

Without this, a parallel make for a static build can fail, as x2p/Makefile
uses ../perl for a static build, but there was no rule to ensure that ../perl
was built.

A static build currently still fails some tests, I think because Encode doesn't
link all encodings staticly.
Makefile.SH