make_makefiles: Add 'use strict'.
This commit is contained in:
parent
95e03b727d
commit
44eb0090d7
|
@ -19,6 +19,8 @@
|
|||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
#
|
||||
|
||||
use strict;
|
||||
|
||||
# Make rules files
|
||||
my %makerules =
|
||||
(
|
||||
|
|
Loading…
Reference in New Issue