summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2017-04-14 21:37:16 +0000
committerMarc Espie <espie@cvs.openbsd.org>2017-04-14 21:37:16 +0000
commit53aaf7daa50d855010d6c30ca5c9d1418f63a52e (patch)
treed0fe92802ad2781b943baab971b8e5dcc5a61a7f /Makefile
parent40dc4aa1aa028266371fbf2aff6661facac59eb5 (diff)
mark newish phony targets as phony.
okay tb@
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index fefbfd6c560..080c5f9fd5f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.132 2017/01/29 17:06:56 rpe Exp $
+# $OpenBSD: Makefile,v 1.133 2017/04/14 21:37:15 espie Exp $
#
# For more information on building in tricky environments, please see
@@ -109,6 +109,6 @@ ${CROSS_TARGETS}:
.PHONY: ${CROSS_TARGETS} \
build regression-tests includes beforeinstall afterinstall \
- all depend
+ all depend do-build
.include <bsd.subdir.mk>