This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Simplify x2p's Makefile.
authorNicholas Clark <nick@ccl4.org>
Wed, 15 May 2013 19:48:12 +0000 (21:48 +0200)
committerNicholas Clark <nick@ccl4.org>
Mon, 20 May 2013 19:50:45 +0000 (21:50 +0200)
commit8ca91d39a4a96434bc909d710b033c8505e2cde3
tree4e72c832deddaf84407008aa91d971b0e260668e
parente1da83eac92e1d2253d6b03218386b36cb4bb0af
Simplify x2p's Makefile.

Eliminate plexe and plc, which relate to tests for the compiler and were
added as part of commit 52cebf5efc9883c7 in May 1988. The compiler was
removed by commit de1254415ffeb03b in Sept 2006.

The files a2p.man and s2p.man were removed with Perl 5.000.
The macros 'public', 'private' and 'util' mirror the structure of the top
level Makefile.SH. However, x2p only ever used 'public', so simplify things
by inlining the value of 'public' in the only place that uses it.
'addedbyconf' now only contains the value of 'plextract', so use the latter
directly in the one place that had used 'addedbyconf'.
x2p/Makefile.SH