require file
authorAnas Nashif <anas.nashif@intel.com>
Tue, 30 Oct 2012 03:29:38 +0000 (20:29 -0700)
committerPhilippe Coval <philippe.coval@open.eurogiciel.org>
Fri, 28 Nov 2014 15:51:05 +0000 (16:51 +0100)
bin/automake.in

index 283d1bb..967b0b4 100644 (file)
@@ -7384,12 +7384,14 @@ sub required_file_check_or_copy
   my $fullfile = "$dir/$file";
   my $found_it = 0;
   my $dangling_sym = 0;
+  my $thisdir = dirname ($fullfile);
+  my $thisfile = basename ($fullfile);
 
   if (-l $fullfile && ! -f $fullfile)
     {
       $dangling_sym = 1;
     }
-  elsif (dir_has_case_matching_file ($dir, $file))
+  elsif (dir_has_case_matching_file ($thisdir, $thisfile))
     {
       $found_it = 1;
     }