From 8c4e709818bb9fb20d7b97a3831862328cd9d939 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 7 Mar 2010 10:13:35 +1100 Subject: build: use shell for TDR rule, as -- confuses the build rule --- buildtools/wafsamba/samba_pidl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'buildtools/wafsamba/samba_pidl.py') diff --git a/buildtools/wafsamba/samba_pidl.py b/buildtools/wafsamba/samba_pidl.py index bea97acf03..a108e03991 100644 --- a/buildtools/wafsamba/samba_pidl.py +++ b/buildtools/wafsamba/samba_pidl.py @@ -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) -- cgit