summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-01-04 09:58:39 +0000
committerjkh <jkh@FreeBSD.org>1995-01-04 09:58:39 +0000
commit8268b808998db1b1732942dff87a6ad03d9ca013 (patch)
treeb9759f7469ae40c3460022ea522f67157e985d2e /share
parent68b0cc42841555c2fb20be5218f21abd1a94ec17 (diff)
downloadFreeBSD-src-8268b808998db1b1732942dff87a6ad03d9ca013.zip
FreeBSD-src-8268b808998db1b1732942dff87a6ad03d9ca013.tar.gz
Put depends before configure. No reason that I can see for putting it after,
and it breaks mule the way it is now.
Diffstat (limited to 'share')
-rw-r--r--share/mk/bsd.port.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/bsd.port.mk b/share/mk/bsd.port.mk
index 4fab3b1..1083a1c 100644
--- a/share/mk/bsd.port.mk
+++ b/share/mk/bsd.port.mk
@@ -3,7 +3,7 @@
# bsd.port.mk - 940820 Jordan K. Hubbard.
# This file is in the public domain.
#
-# $Id: bsd.port.mk,v 1.92 1995/01/04 07:35:46 jkh Exp $
+# $Id: bsd.port.mk,v 1.93 1995/01/04 08:30:33 jkh Exp $
#
# Please view me with 4 column tabs!
@@ -370,7 +370,7 @@ pre-build:
.endif
.if !target(build)
-build: configure depends ${BUILD_COOKIE}
+build: depends configure ${BUILD_COOKIE}
${BUILD_COOKIE}:
@echo "===> Building for ${DISTNAME}"
OpenPOWER on IntegriCloud