From b93326b9689d0ad935eed35f7cf5201ad04ac1ff Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 26 Jan 2012 09:23:23 +1100 Subject: 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 --- docs-xml/scripts/find_missing_manpages.pl | 1 - 1 file changed, 1 deletion(-) (limited to 'docs-xml/scripts') diff --git a/docs-xml/scripts/find_missing_manpages.pl b/docs-xml/scripts/find_missing_manpages.pl index 612930e42d..0d66280a5a 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 = $_; -- cgit