makedef.pl uses Config.pm, so needs a Makefile dependency on it.
authorNicholas Clark <nick@ccl4.org>
Wed, 23 Nov 2011 09:08:34 +0000 (10:08 +0100)
committerNicholas Clark <nick@ccl4.org>
Wed, 23 Nov 2011 09:08:34 +0000 (10:08 +0100)
commite6807d8ab22b761c17f370154d732b3bcf48cd38
tree5d93f909a6d289989b50666f61910ba33f6902aa
parentbc4eb4d6f895e86a4afbc016eae943c7546c35f2
makedef.pl uses Config.pm, so needs a Makefile dependency on it.

Commit 9d6c7f2eccef26a6 changed makedef.pl to use Config.pm
Commit 208d7614b345d1fb refactored makedef.pl to read values from
%Config::Config, instead of reading directly from config.sh

Hence we can replace the dependency on config.sh with one on lib/Config.pm
Makefile.SH