diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-23 13:02:52 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-23 13:02:52 +0000 |
commit | b165a3a9b5864235aa405bcb2c8612fba408be8f (patch) | |
tree | 4d78cf717e68fb1fb973b2b5bf7f16b45b83e68f /emulators/cpmtools | |
parent | b41fc8e42ac239e3e8d9bbf6521b2b22c4875b19 (diff) |
Notes
Diffstat (limited to 'emulators/cpmtools')
-rw-r--r-- | emulators/cpmtools/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/emulators/cpmtools/Makefile b/emulators/cpmtools/Makefile index eb14a98c5754..b1f56cbb5253 100644 --- a/emulators/cpmtools/Makefile +++ b/emulators/cpmtools/Makefile @@ -3,7 +3,7 @@ # Date created: 25 December 1994 # Whom: joerg # -# $Id: Makefile,v 1.4 1995/04/16 05:19:27 asami Exp $ +# $Id: Makefile,v 1.5 1995/04/17 07:54:44 joerg Exp $ # DISTNAME= cpm-1.1 @@ -15,8 +15,7 @@ WRKSRC= ${WRKDIR}/cpm # # need our own build target to pass PREFIX down to the make command # -build: configure - @echo "===> Building for ${DISTNAME}" +do-build: @(cd ${WRKSRC}; ${MAKE} PREFIX=${PREFIX} ${MAKE_FLAGS} ${MAKEFILE} all) |