diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-05-13 21:36:15 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2006-05-13 21:36:15 +0000 |
commit | ed364a740dc7e7f7ad75546626b75d4e639319fe (patch) | |
tree | a2c2e21b3f2dea3281d055a59f4f89ffdee15790 /source/build | |
parent | d36e62da9b93ce98c6e1ffe94be0564e524c2f4d (diff) | |
download | samba-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.pm | 1 |
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, $_); } |