Ignore:
Timestamp:
01/21/09 16:39:29 (15 years ago)
Author:
ymipsl
Message:

Correction pour VARGAS : la liste des .o dans le makefile ne contient plus le chemin complet de chaque fichiers.
YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • PATCHED/FCM_V1.3/lib/Fcm/BuildSrc.pm

    r4 r5  
    15171517    if (exists $rule->{ACTION}) { 
    15181518      if ($rule->{ACTION} eq 'AR') { 
    1519         $mk .= "\t" . 'fcm_internal archive $@ $^' . "\n"; 
     1519        $mk .= "\t" . 'fcm_internal archive $@ $(^F)' . "\n"; 
    15201520 
    15211521      } elsif ($rule->{ACTION} eq 'CP') { 
Note: See TracChangeset for help on using the changeset viewer.