1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-24 13:57:43 +03:00

build: use shell for TDR rule, as -- confuses the build rule

This commit is contained in:
Andrew Tridgell 2010-03-07 10:13:35 +11:00
parent 7ed65d2e12
commit 8c4e709818

View File

@ -70,7 +70,7 @@ def SAMBA_PIDL_TDR(bld, pname, source, options=''):
t = bld(rule='${PIDL} ${PIDL_BUILD_TYPES} ${OPTIONS} --outputdir ${TGT[0].parent.abspath(env)} -- ${SRC[0].abspath(env)}',
ext_out = '.c',
before = 'cc',
shell = False,
shell = True,
source=source,
target = out_files,
name=name)