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

Diff for /src/kerberosV/Attic/Makefile.inc between version 1.12 and 1.13

version 1.12, 2013/06/18 06:20:14 version 1.13, 2013/06/18 17:27:21
Line 87 
Line 87 
             ${.ALLSRC} ${DESTDIR}${${group}DIR}/${${group}NAME}              ${.ALLSRC} ${DESTDIR}${${group}DIR}/${${group}NAME}
 .else  .else
         ${INSTALL} -C -o ${${group}OWN} -g ${${group}GRP} -m ${${group}MODE} \          ${INSTALL} -C -o ${${group}OWN} -g ${${group}GRP} -m ${${group}MODE} \
             ${.ALLSRC} ${DESTDIR}${${group}DIR}              ${.ALLSRC} ${DESTDIR}${${group}DIR}/
 .endif  .endif
 .endif  .endif
   

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13