summaryrefslogtreecommitdiffstats
path: root/emulators/cpmtools
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1995-04-16 05:19:27 +0000
committerasami <asami@FreeBSD.org>1995-04-16 05:19:27 +0000
commit9871cd3ca647ea7853e88fbac1c360e3b397ee23 (patch)
tree594c4b5e5fbd6275a3aae70d6c38c674800bae13 /emulators/cpmtools
parent0247941f71d4b24d9643c8faaf154bb4964fa01a (diff)
downloadFreeBSD-ports-9871cd3ca647ea7853e88fbac1c360e3b397ee23.zip
FreeBSD-ports-9871cd3ca647ea7853e88fbac1c360e3b397ee23.tar.gz
build depends on configure. (Hey! This one is different! ;)
Diffstat (limited to 'emulators/cpmtools')
-rw-r--r--emulators/cpmtools/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/cpmtools/Makefile b/emulators/cpmtools/Makefile
index 9aa2ec2..0f50df3 100644
--- a/emulators/cpmtools/Makefile
+++ b/emulators/cpmtools/Makefile
@@ -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)
OpenPOWER on IntegriCloud