mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00:00
Put depends before configure. No reason that I can see for putting it after,
and it breaks mule the way it is now.
This commit is contained in:
parent
bb3c97bf74
commit
2511bc4a15
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=5375
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user