=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/Makefile,v retrieving revision 1.59 retrieving revision 1.60 diff -c -r1.59 -r1.60 *** src/Makefile 2000/12/12 18:37:12 1.59 --- src/Makefile 2000/12/30 06:45:52 1.60 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.59 2000/12/12 18:37:12 art Exp $ # # For more information on building in tricky environments, please see --- 1,4 ---- ! # $OpenBSD: Makefile,v 1.60 2000/12/30 06:45:52 angelos Exp $ # # For more information on building in tricky environments, please see *************** *** 74,80 **** build: .ifdef GLOBAL_AUTOCONF_CACHE ! rm -f ${GLOBAL_AUTOCONF_CACHE} .endif (cd ${.CURDIR}/share/mk && ${SUDO} ${MAKE} install) (cd ${.CURDIR}/include; ${MAKE} prereq; ${SUDO} ${MAKE} includes) --- 74,80 ---- build: .ifdef GLOBAL_AUTOCONF_CACHE ! cp /dev/null ${GLOBAL_AUTOCONF_CACHE} .endif (cd ${.CURDIR}/share/mk && ${SUDO} ${MAKE} install) (cd ${.CURDIR}/include; ${MAKE} prereq; ${SUDO} ${MAKE} includes)