From 28d2080a4bba080c2af814abaa106920bccb9a70 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Fri, 24 May 2002 16:08:13 +0000 Subject: Forgot to commit this for the `includes' -> `buildincludes', `incsinstall' -> `installincludes' changes. --- Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0fbbd90cbd5d..087cb9f98a50 100644 --- a/Makefile +++ b/Makefile @@ -93,10 +93,13 @@ # TGTS= all all-man buildkernel buildworld checkdpadd clean \ cleandepend cleandir depend distribute distributeworld everything \ - hierarchy includes incsinstall install installcheck installkernel \ + hierarchy install installcheck installkernel \ reinstallkernel installmost installworld libraries lint maninstall \ mk most obj objlink regress rerelease tags update +BITGTS= includes +BITGTS:=${BITGTS} ${BITGTS:S/^/build/} ${BITGTS:S/^/install/} + .ORDER: buildworld installworld .ORDER: buildworld distributeworld .ORDER: buildkernel installkernel @@ -108,7 +111,7 @@ MAKE= PATH=${PATH} make -m ${.CURDIR}/share/mk -f Makefile.inc1 # # Handle the user-driven targets, using the source relative mk files. # -${TGTS}: upgrade_checks +${TGTS} ${BITGTS}: upgrade_checks @cd ${.CURDIR}; \ ${MAKE} ${.TARGET} -- cgit v1.2.3