* automake.in (handle_texinfo_source): Remove '$spfx' and '$ssfx'.

Signed-off-by: Stefano Lattarini <[email protected]>
---
 automake.in |    3 ---
 1 file changed, 3 deletions(-)

diff --git a/automake.in b/automake.in
index 0d98dba..dca4275 100644
--- a/automake.in
+++ b/automake.in
@@ -2852,11 +2852,8 @@ sub handle_texinfo_source ($$$@)
 {
   my ($source, $dest, $insrc, @deps) = @_;
 
-  # Split 'a.texi' into 'a' and '.texi'.
-  my ($spfx, $ssfx) = ($source =~ /^(.*?)(\.[^.]*)?$/);
   my ($dpfx, $dsfx) = ($dest =~ /^(.*?)(\.[^.]*)?$/);
 
-  $ssfx ||= "";
   $dsfx ||= "";
 
   my $sdir = dirname $source;
-- 
1.7.9.5


Reply via email to