summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2017-07-05 10:22:33 +0000
committerMarc Espie <espie@cvs.openbsd.org>2017-07-05 10:22:33 +0000
commitf70a02bbe8d93cc9c80c18322d1d826340ee5bfe (patch)
tree05b470bb246d9b89e4c0de05d76718cf10e69a23 /Makefile
parentdb54c4e70b9c2c61f8950f40dafaba8e4b2fe88c (diff)
bye bye depends
okay tb@ deraadt@
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 080c5f9fd5f..f7c32823df8 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.133 2017/04/14 21:37:15 espie Exp $
+# $OpenBSD: Makefile,v 1.134 2017/07/05 10:22:32 espie Exp $
#
# For more information on building in tricky environments, please see
@@ -86,12 +86,12 @@ do-build:
exec ${MAKE} cleandir
exec ${MAKE} includes
cd ${.CURDIR}/lib && \
- su ${BUILDUSER} -c '${MAKE} depend && exec ${MAKE}' && \
+ su ${BUILDUSER} -c 'exec ${MAKE}' && \
NOMAN=1 exec ${MAKE} install
cd ${.CURDIR}/gnu/lib && \
- su ${BUILDUSER} -c '${MAKE} depend && exec ${MAKE}' && \
+ su ${BUILDUSER} -c 'exec ${MAKE}' && \
NOMAN=1 exec ${MAKE} install
- su ${BUILDUSER} -c '${MAKE} depend && exec ${MAKE}' && \
+ su ${BUILDUSER} -c 'exec ${MAKE}' && \
exec ${MAKE} install
/bin/sh ${.CURDIR}/distrib/sets/makeetcset ${.CURDIR} ${MAKE}
.endif