[BACK]Return to bsd.prog.mk CVS log [TXT][DIR] Up to [local] / src / share / mk

Diff for /src/share/mk/bsd.prog.mk between version 1.25 and 1.26

version 1.25, 2001/07/19 23:16:17 version 1.26, 2001/07/20 19:15:39
Line 142 
Line 142 
 install: maninstall _SUBDIRUSE  install: maninstall _SUBDIRUSE
 .if defined(LINKS) && !empty(LINKS)  .if defined(LINKS) && !empty(LINKS)
 .  for lnk file in ${LINKS}  .  for lnk file in ${LINKS}
         @l=${DESTDIR}${lnk}; \          @l=${DESTDIR}${BINDIR}${lnk}; \
          t=${DESTDIR}${file}; \           t=${DESTDIR}${BINDIR}${file}; \
          echo $$t -\> $$l; \           echo $$t -\> $$l; \
          rm -f $$t; ln $$l $$t           rm -f $$t; ln $$l $$t
 .  endfor  .  endfor

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26