diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-01-26 09:23:23 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-02-09 00:27:08 +0100 |
commit | b93326b9689d0ad935eed35f7cf5201ad04ac1ff (patch) | |
tree | 950a714716e78c356214b826c4be098d519a299d /docs-xml | |
parent | fa1c71382d4f89d9f6c45287a20b1817e08d098d (diff) | |
download | samba-b93326b9689d0ad935eed35f7cf5201ad04ac1ff.tar.gz |
s3-build: remove EXEEXT from Makefiles
As far as I am aware, we do not actually build on any platforms that
require this. The last Stratos VOS release on
ftp://ftp.stratus.com/vos/samba/samba.html was 3.0.5
Andrew Bartlett
Diffstat (limited to 'docs-xml')
-rwxr-xr-x | docs-xml/scripts/find_missing_manpages.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs-xml/scripts/find_missing_manpages.pl b/docs-xml/scripts/find_missing_manpages.pl index 612930e42df..0d66280a5a0 100755 --- a/docs-xml/scripts/find_missing_manpages.pl +++ b/docs-xml/scripts/find_missing_manpages.pl @@ -23,7 +23,6 @@ $progs =~ s/@([^@]+)@//g; foreach(split(/bin\//, $progs)) { next if($_ eq " "); - s/\@EXEEXT\@//g; s/ //g; $f = $_; |