diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-16 05:19:27 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-16 05:19:27 +0000 |
commit | 3c62d8a120a0f1901a5b7c11b3bb1e3f3a00a9dd (patch) | |
tree | dc39a5d64e5c86e635dc7ac0faa309eb470478d9 /emulators/cpmtools/Makefile | |
parent | 86d9989ec05aebe133aa0a0f636fe056bb5067db (diff) | |
download | ports-3c62d8a120a0f1901a5b7c11b3bb1e3f3a00a9dd.tar.gz ports-3c62d8a120a0f1901a5b7c11b3bb1e3f3a00a9dd.zip |
Notes
Diffstat (limited to 'emulators/cpmtools/Makefile')
-rw-r--r-- | emulators/cpmtools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/cpmtools/Makefile b/emulators/cpmtools/Makefile index 9aa2ec2a89d7..0f50df3dfbf8 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) |