Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 813d4ab41680b04219ea4219aafb4e23f3d5ab2b
https://github.com/Perl/perl5/commit/813d4ab41680b04219ea4219aafb4e23f3d5ab2b
Author: Leon Timmermans <[email protected]>
Date: 2021-08-13 (Fri, 13 Aug 2021)
Changed paths:
M Makefile.SH
Log Message:
-----------
Make new makedepend logic compatible with bsd make
It used pattern rules, which are a gnu make feature that isn't supported
by bsd makes (and probably other makes)
For: https://github.com/Perl/perl5/pull/19047