summaryrefslogtreecommitdiffstats
path: root/source/build
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-05-13 21:36:15 +0000
committerJelmer Vernooij <jelmer@samba.org>2006-05-13 21:36:15 +0000
commited364a740dc7e7f7ad75546626b75d4e639319fe (patch)
treea2c2e21b3f2dea3281d055a59f4f89ffdee15790 /source/build
parentd36e62da9b93ce98c6e1ffe94be0564e524c2f4d (diff)
downloadsamba-ed364a740dc7e7f7ad75546626b75d4e639319fe.tar.gz
samba-ed364a740dc7e7f7ad75546626b75d4e639319fe.tar.xz
samba-ed364a740dc7e7f7ad75546626b75d4e639319fe.zip
r15585: Revive pidl's SWIG file generator. It now generates simple
object oriented wrappers for the interfaces (still need to fix the actual function calls)
Diffstat (limited to 'source/build')
-rw-r--r--source/build/smb_build/output.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/build/smb_build/output.pm b/source/build/smb_build/output.pm
index 351dff521a8..7accad92da7 100644
--- a/source/build/smb_build/output.pm
+++ b/source/build/smb_build/output.pm
@@ -19,6 +19,7 @@ sub add_dir($$)
if (substr($_, 0, 1) ne "\$") {
$_ = "$dir/$_";
s/([^\/\.]+)\/\.\.\///g;
+ s/([^\/\.]+)\/\.\.\///g;
}
push (@ret, $_);
}