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

Diff for /src/Makefile between version 1.18 and 1.20

version 1.18, 1997/07/29 03:18:39 version 1.20, 1997/07/29 04:07:35
Line 59 
Line 59 
 .endif  .endif
   
 build:  build:
 .ifdef GLOBAL_CACHE  .ifdef GLOBAL_AUTOCONF_CACHE
         rm -f $HOME/.Makefile.bsd-wrapper.cache          rm -f ${GLOBAL_AUTOCONF_CACHE}
 .endif  .endif
         (cd ${.CURDIR}/share/mk && ${MAKE} install)          (cd ${.CURDIR}/share/mk && ${MAKE} install)
         (cd ${.CURDIR}/include; ${MAKE} includes)          (cd ${.CURDIR}/include; ${MAKE} includes)

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