[BACK]Return to arch.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / make

Diff for /src/usr.bin/make/arch.c between version 1.17 and 1.18

version 1.17, 1999/12/06 22:28:43 version 1.18, 1999/12/16 17:27:18
Line 241 
Line 241 
   
     *cp++ = '\0';      *cp++ = '\0';
     if (subLibName) {      if (subLibName) {
         libName = Var_Subst(NULL, libName, ctxt, TRUE);          libName = Var_Subst(libName, ctxt, TRUE);
     }      }
   
   
Line 320 
Line 320 
             char    *sacrifice;              char    *sacrifice;
             char    *oldMemName = memName;              char    *oldMemName = memName;
   
             memName = Var_Subst(NULL, memName, ctxt, TRUE);              memName = Var_Subst(memName, ctxt, TRUE);
   
             /*              /*
              * Now form an archive spec and recurse to deal with nested               * Now form an archive spec and recurse to deal with nested

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18