From 54c7964842a3a322ca3e7867485513837f58b811 Mon Sep 17 00:00:00 2001 From: lukem Date: Sun, 16 Nov 2003 14:14:18 +0000 Subject: Improve how various "simple" host tools are built and invoked. --- monop/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'monop/Makefile') diff --git a/monop/Makefile b/monop/Makefile index 8197de30..01d6dbab 100644 --- a/monop/Makefile +++ b/monop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2003/10/21 10:01:19 lukem Exp $ +# $NetBSD: Makefile,v 1.27 2003/11/16 14:14:18 lukem Exp $ # @(#)Makefile 8.1 (Berkeley) 5/31/93 .include @@ -8,7 +8,7 @@ SRCS= monop.c cards.c execute.c getinp.c houses.c jail.c malloc.c misc.c \ morg.c print.c prop.c rent.c roll.c spec.c trade.c MAN= monop.6 HIDEGAME=hidegame -CLEANFILES+=initdeck cards.pck +CLEANFILES+=initdeck initdeck.lo cards.pck .if ${MKSHARE} != "no" FILES=cards.pck FILESDIR=/usr/share/games @@ -16,9 +16,9 @@ FILESDIR=/usr/share/games realall: ${FILES} -initdeck: initdeck.c +initdeck: initdeck.lo ${_MKTARGET_LINK} - ${HOST_LINK.c} -o initdeck ${.CURDIR}/initdeck.c + ${HOST_LINK.c} -o ${.TARGET} ${.ALLSRC} cards.pck: initdeck ${_MKTARGET_CREATE} -- cgit v1.2.3-56-ge451