Module Name:    src
Committed By:   jmcneill
Date:           Sat Feb 16 17:00:21 UTC 2013

Modified Files:
        src/games/phantasia: Makefile

Log Message:
Rename 'setup' host tool to 'mkdata' to make UAC happen when building with 
Cygwin.


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/games/phantasia/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/games/phantasia/Makefile
diff -u src/games/phantasia/Makefile:1.35 src/games/phantasia/Makefile:1.36
--- src/games/phantasia/Makefile:1.35	Sun Jul  3 15:29:34 2011
+++ src/games/phantasia/Makefile	Sat Feb 16 17:00:21 2013
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.35 2011/07/03 15:29:34 mrg Exp $
+#	$NetBSD: Makefile,v 1.36 2013/02/16 17:00:21 jmcneill Exp $
 #	@(#)Makefile	8.1 (Berkeley) 5/31/93
 
 .include <bsd.own.mk>
@@ -26,18 +26,18 @@ FILES+=${file}
 .endif
 .endfor
 
-CLEANFILES+=map setup setup.lo host_phantglobs.lo ${ALLFILES} files.stamp
+CLEANFILES+=map mkdata setup.lo host_phantglobs.lo ${ALLFILES} files.stamp
 
 realall: ${FILES}
 
 ${FILES}: files.stamp
-files.stamp: setup monsters.asc
+files.stamp: mkdata monsters.asc
 	${_MKMSG_CREATE} ${FILES}
 	rm -f ${.TARGET}
-	./setup -m ${.CURDIR}/monsters.asc
+	./mkdata -m ${.CURDIR}/monsters.asc
 	touch ${.TARGET}
 
-setup: host_phantglobs.lo setup.lo ${LIBM} 
+mkdata: host_phantglobs.lo setup.lo ${LIBM} 
 	${_MKTARGET_LINK}
 	${HOST_LINK.c} -o ${.TARGET} ${.ALLSRC:M*.lo} -lm
 

Reply via email to