summaryrefslogtreecommitdiff
path: root/source4/build
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2005-01-27 11:23:16 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:09:17 -0500
commitf1279ff51138fe13b4767dd390aa9b1a842e13c1 (patch)
tree4dc833205eff1994f60622b936f07386434dd245 /source4/build
parent193d1c0b742f0298e19e2ae6ede4905e472cce3b (diff)
downloadsamba-f1279ff51138fe13b4767dd390aa9b1a842e13c1.tar.gz
samba-f1279ff51138fe13b4767dd390aa9b1a842e13c1.tar.bz2
samba-f1279ff51138fe13b4767dd390aa9b1a842e13c1.zip
r5044: fix pidl--swig
metze (This used to be commit 030bfd8d7feb16fd6d5117d17913b77b1468a507)
Diffstat (limited to 'source4/build')
-rwxr-xr-xsource4/build/pidl/pidl.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/pidl/pidl.pl b/source4/build/pidl/pidl.pl
index 4379ecba51..ab7b826349 100755
--- a/source4/build/pidl/pidl.pl
+++ b/source4/build/pidl/pidl.pl
@@ -214,7 +214,7 @@ $dcom
my($filename) = $output;
$filename =~ s/\/ndr_/\//;
$filename = util::ChangeExtension($filename, ".i");
- util::FileSave($pidl, IdlSwig::Parse($pidl));
+ util::FileSave($filename, IdlSwig::Parse($pidl));
}
}