]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - phantasia/Makefile
remove the attributions from my slogans. they kept popping up in
[bsdgames-darwin.git] / phantasia / Makefile
index e0e5f86ca2db861fbb9a4b1e27e562e8be274823..60f513f8dcb6c430dc31d4ceb1d371006b63ffad 100644 (file)
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.25 2001/12/19 06:18:25 gmcgarry Exp $
+#      $NetBSD: Makefile,v 1.26 2002/03/05 21:31:23 thorpej Exp $
 #      @(#)Makefile    8.1 (Berkeley) 5/31/93
 
 .include <bsd.own.mk>
@@ -31,7 +31,7 @@ CLEANFILES+=map setup setup.lo host_phantglobs.lo ${ALLFILES}
 realall: ${FILES}
 
 ${FILES}: setup
-       ${.OBJDIR}/setup -m ${.CURDIR}/monsters.asc
+       ./setup -m ${.CURDIR}/monsters.asc
 
 setup: host_phantglobs.lo setup.lo monsters.asc ${LIBM} 
        ${HOST_LINK.c} host_phantglobs.lo setup.lo -o ${.TARGET} -lm