From 8268b808998db1b1732942dff87a6ad03d9ca013 Mon Sep 17 00:00:00 2001 From: jkh Date: Wed, 4 Jan 1995 09:58:39 +0000 Subject: Put depends before configure. No reason that I can see for putting it after, and it breaks mule the way it is now. --- share/mk/bsd.port.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'share') 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}" -- cgit v1.1