=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/Makefile,v retrieving revision 1.48 retrieving revision 1.50 diff -u -r1.48 -r1.50 --- src/Makefile 1999/02/02 08:53:32 1.48 +++ src/Makefile 1999/09/27 04:04:52 1.50 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.48 1999/02/02 08:53:32 imp Exp $ +# $OpenBSD: Makefile,v 1.50 1999/09/27 04:04:52 deraadt Exp $ # # For more information on building in tricky environments, please see @@ -57,7 +57,7 @@ .endif includes: - (cd ${.CURDIR}/include; ${MAKE} includes) + (cd ${.CURDIR}/include; ${MAKE} prereq; ${MAKE} includes) beforeinstall: .ifndef DESTDIR @@ -77,7 +77,7 @@ rm -f ${GLOBAL_AUTOCONF_CACHE} .endif (cd ${.CURDIR}/share/mk && ${SUDO} ${MAKE} install) - (cd ${.CURDIR}/include; ${SUDO} ${MAKE} includes) + (cd ${.CURDIR}/include; ${MAKE} prereq; ${SUDO} ${MAKE} includes) ${SUDO} ${MAKE} cleandir (cd ${.CURDIR}/lib && ${MAKE} depend && ${MAKE} && \ ${SUDO} ${MAKE} install)