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

Diff for /src/Makefile between version 1.48 and 1.49

version 1.48, 1999/02/02 08:53:32 version 1.49, 1999/03/02 21:47:32
Line 77 
Line 77 
         rm -f ${GLOBAL_AUTOCONF_CACHE}          rm -f ${GLOBAL_AUTOCONF_CACHE}
 .endif  .endif
         (cd ${.CURDIR}/share/mk && ${SUDO} ${MAKE} install)          (cd ${.CURDIR}/share/mk && ${SUDO} ${MAKE} install)
         (cd ${.CURDIR}/include; ${SUDO} ${MAKE} includes)          (cd ${.CURDIR}/include; ${MAKE} prereq; ${SUDO} ${MAKE} includes)
         ${SUDO} ${MAKE} cleandir          ${SUDO} ${MAKE} cleandir
         (cd ${.CURDIR}/lib && ${MAKE} depend && ${MAKE} && \          (cd ${.CURDIR}/lib && ${MAKE} depend && ${MAKE} && \
             ${SUDO} ${MAKE} install)              ${SUDO} ${MAKE} install)

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.49