Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/games/phantasia/Makefile,v rcsdiff: /ftp/cvs/cvsroot/src/games/phantasia/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.31 retrieving revision 1.32 diff -u -p -r1.31 -r1.32 --- src/games/phantasia/Makefile 2003/10/21 10:01:19 1.31 +++ src/games/phantasia/Makefile 2003/11/16 14:14:18 1.32 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2003/10/21 10:01:19 lukem Exp $ +# $NetBSD: Makefile,v 1.32 2003/11/16 14:14:18 lukem Exp $ # @(#)Makefile 8.1 (Berkeley) 5/31/93 .include @@ -30,13 +30,13 @@ CLEANFILES+=map setup setup.lo host_phan realall: ${FILES} -${FILES}: setup - ${_MKTARGET_CREATE} +${FILES}: setup monsters.asc + ${_MKMSG_CREATE} ${FILES} ./setup -m ${.CURDIR}/monsters.asc -setup: host_phantglobs.lo setup.lo monsters.asc ${LIBM} +setup: host_phantglobs.lo setup.lo ${LIBM} ${_MKTARGET_LINK} - ${HOST_LINK.c} host_phantglobs.lo setup.lo -o ${.TARGET} -lm + ${HOST_LINK.c} -o ${.TARGET} ${.ALLSRC:M*.lo} -lm BUILDSYMLINKS+= phantglobs.c host_phantglobs.c HOST_CPPFLAGS+= -I${.CURDIR}