1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

build depends on configure. (Hey! This one is different! ;)

This commit is contained in:
Satoshi Asami 1995-04-16 05:19:27 +00:00
parent 86d9989ec0
commit 3c62d8a120
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=1386

View File

@ -3,7 +3,7 @@
# Date created: 25 December 1994
# Whom: joerg
#
# $Id: Makefile,v 1.2 1995/04/01 13:48:34 joerg Exp $
# $Id: Makefile,v 1.3 1995/04/15 03:45:36 asami Exp $
#
DISTNAME= cpm-1.1
@ -15,7 +15,7 @@ WRKSRC= ${WRKDIR}/cpm
#
# need our own build target to pass PREFIX down to the make command
#
build:
build: configure
@echo "===> Building for ${DISTNAME}"
@(cd ${WRKSRC}; ${MAKE} PREFIX=${PREFIX} ${MAKE_FLAGS} ${MAKEFILE} all)