Subject: | make: don't know how to make test-FormatFile.pl |
Build fails on all my smoker systems:
...
Output from '/usr/bin/make':
...
"/usr/perl5.20.1Dp/bin/perl5.20.1" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/renumber-FormatFile.pl
cp gen-FormatFile.pl blib/script/gen-FormatFile.pl
"/usr/perl5.20.1Dp/bin/perl5.20.1" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/gen-FormatFile.pl
make: don't know how to make test-FormatFile.pl. Stop
...
This is on a FreeBSD system. On Linux the error message looks slightly different:
...
make: *** No rule to make target 'test-FormatFile.pl', needed by 'blib/script/test-FormatFile.pl'. Stop.
...