summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba/samba_pidl.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_pidl.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_pidl.py')
-rw-r--r--buildtools/wafsamba/samba_pidl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildtools/wafsamba/samba_pidl.py b/buildtools/wafsamba/samba_pidl.py
index 00098dec05..bd8324f40f 100644
--- a/buildtools/wafsamba/samba_pidl.py
+++ b/buildtools/wafsamba/samba_pidl.py
@@ -125,7 +125,7 @@ def SAMBA_PIDL_TABLES(bld, name, target):
bld.SET_BUILD_GROUP('main')
t = bld(
features = 'collect',
- rule = '${SRC} --output ${TGT} | sed "s|default/||" > ${TGT}',
+ rule = '${PERL} ${SRC} --output ${TGT} | sed "s|default/||" > ${TGT}',
ext_out = '.c',
before = 'cc',
on_results = True,