summaryrefslogtreecommitdiff
path: root/source4/build/smb_build/makefile.pm
diff options
context:
space:
mode:
Diffstat (limited to 'source4/build/smb_build/makefile.pm')
-rw-r--r--source4/build/smb_build/makefile.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/build/smb_build/makefile.pm b/source4/build/smb_build/makefile.pm
index 0e0da317f5..96225de0ba 100644
--- a/source4/build/smb_build/makefile.pm
+++ b/source4/build/smb_build/makefile.pm
@@ -6,6 +6,9 @@
### Released under the GNU GPL ###
###########################################################
+package makefile;
+use strict;
+
sub _prepare_command_interpreters($)
{
my $ctx = shift;