summaryrefslogtreecommitdiffstats
path: root/pidl/wscript
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2014-02-25 16:04:24 +0100
committerAndreas Schneider <asn@samba.org>2014-02-26 13:10:58 +0100
commitcee11cfa4544425099268cd32393169afb4bb107 (patch)
treec2162c07c5ae19d2458c77d7d9459ac8be16aa06 /pidl/wscript
parent5e07731cf689705957f706b6430a7ed67f099f79 (diff)
downloadsamba-cee11cfa4544425099268cd32393169afb4bb107.tar.gz
samba-cee11cfa4544425099268cd32393169afb4bb107.tar.xz
samba-cee11cfa4544425099268cd32393169afb4bb107.zip
pidl: Install pidl files corrently.
Globbing is a really bad idea in installtion system. One of them is if you use patch -b to create a backup, you will end up installing the backup file too! BUG: https://bugzilla.samba.org/show_bug.cgi?id=10472 Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Kai Blin <kai@samba.org>
Diffstat (limited to 'pidl/wscript')
-rw-r--r--pidl/wscript3
1 files changed, 0 insertions, 3 deletions
diff --git a/pidl/wscript b/pidl/wscript
index 7a257346634..05d9982adfe 100644
--- a/pidl/wscript
+++ b/pidl/wscript
@@ -26,9 +26,6 @@ def build(bld):
if not bld.CONFIG_SET('HAVE_PERL_MAKEMAKER'):
return
- pidl_src = ['pidl']
- pidl_src.extend(bld.path.ant_glob('lib/**/*.pm').split())
-
pidl_manpages = {
'pidl': 'man1/pidl.${PERLMAN1EXT}',
'lib/Parse/Pidl/NDR.pm': 'man3/Parse::Pidl::NDR.${PERLMAN3EXT}',