lib/Config_git.pl mustn't be built concurrently with lib/Config.pm, else there
authorNicholas Clark <nick@ccl4.org>
Tue, 10 Feb 2009 13:14:28 +0000 (13:14 +0000)
committerNicholas Clark <nick@ccl4.org>
Tue, 10 Feb 2009 13:14:28 +0000 (13:14 +0000)
commita04d4598adc5788622ad34b57a2e484e109d163d
tree5ae0fca597cef1273d7dbfa9bb52b43a6005e23d
parent1f8a0b38638b171cf789a9f44cc9e8cd38bbf4d3
lib/Config_git.pl mustn't be built concurrently with lib/Config.pm, else there
is a race condition which loses if configpm happens to test lib/Config.pm just
at the point where lib/Config_git.pl is freshly created, but has no content, and
hence returns false. So make it an explicit dependency of lib/Config.pm
Makefile.SH