[BACK]Return to Makefile.inc CVS log [TXT][DIR] Up to [local] / src / kerberosIV

Diff for /src/kerberosIV/Attic/Makefile.inc between version 1.3 and 1.4

version 1.3, 1996/07/16 07:49:08 version 1.4, 1996/11/11 04:42:26
Line 15 
Line 15 
 MK_CMDS=${.CURDIR}/../mk_cmds/mk_cmds  MK_CMDS=${.CURDIR}/../mk_cmds/mk_cmds
 .endif  .endif
   
 .if exists(${.CURDIR}/../compile_et/${__objdir})  
 COMPILE_ET=${.CURDIR}/../compile_et/${__objdir}/compile_et  
 .else  
 COMPILE_ET=${.CURDIR}/../compile_et/compile_et  
 .endif  
   
 .if (${MACHINE_ARCH} != "mips")  .if (${MACHINE_ARCH} != "mips")
 COM_ERR_PIC=    -lcom_err_pic  COM_ERR_PIC=    -lcom_err_pic
 .else  .else
 COM_ERR_PIC=    -lcom_err  COM_ERR_PIC=    -lcom_err
 .endif  
   
 .if exists(${.CURDIR}/../com_err/${__objdir})  
 COM_ERR=-L${.CURDIR}/../com_err/${__objdir} ${COM_ERR_PIC}  
 .else  
 COM_ERR=-L${.CURDIR}/../com_err ${COM_ERR_PIC}  
 .endif  .endif

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4