summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba/samba_autoproto.py
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-04-18 22:57:59 +1000
committerAndrew Tridgell <tridge@samba.org>2010-04-18 23:08:28 +1000
commit69ce29826cf209d79b4aa63e6d1f30ccf7bfd7ae (patch)
tree76504f14aa3beb51c3975bf21bf636f51249f336 /buildtools/wafsamba/samba_autoproto.py
parent3ca5fd8e030c485e2b1df1bac9f4cd7fcd4041ef (diff)
downloadsamba-69ce29826cf209d79b4aa63e6d1f30ccf7bfd7ae.tar.gz
samba-69ce29826cf209d79b4aa63e6d1f30ccf7bfd7ae.tar.bz2
samba-69ce29826cf209d79b4aa63e6d1f30ccf7bfd7ae.zip
build: more dependencies on /usr/bin/perl -> ${PERL}
Diffstat (limited to 'buildtools/wafsamba/samba_autoproto.py')
-rw-r--r--buildtools/wafsamba/samba_autoproto.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildtools/wafsamba/samba_autoproto.py b/buildtools/wafsamba/samba_autoproto.py
index edabc7e44c..b9c6380570 100644
--- a/buildtools/wafsamba/samba_autoproto.py
+++ b/buildtools/wafsamba/samba_autoproto.py
@@ -39,7 +39,7 @@ def SAMBA_AUTOPROTO(bld, header, source):
on_results=True,
ext_out='.c',
before ='cc',
- rule = '${SCRIPT}/mkproto.pl --srcdir=.. --builddir=. --public=/dev/null --private=${TGT} ${SRC}'
+ rule = '${PERL} ${SCRIPT}/mkproto.pl --srcdir=.. --builddir=. --public=/dev/null --private=${TGT} ${SRC}'
)
t.env.SCRIPT = os.path.join(bld.srcnode.abspath(), 'source4/script')
Build.BuildContext.SAMBA_AUTOPROTO = SAMBA_AUTOPROTO