Module Name:    src
Committed By:   jmcneill
Date:           Sat Feb 16 16:30:28 UTC 2013

Modified Files:
        src/games/adventure: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/games/adventure/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/adventure/Makefile
diff -u src/games/adventure/Makefile:1.13 src/games/adventure/Makefile:1.14
--- src/games/adventure/Makefile:1.13	Sun Nov 16 14:14:18 2003
+++ src/games/adventure/Makefile	Sat Feb 16 16:30:28 2013
@@ -1,18 +1,18 @@
-#	$NetBSD: Makefile,v 1.13 2003/11/16 14:14:18 lukem Exp $
+#	$NetBSD: Makefile,v 1.14 2013/02/16 16:30:28 jmcneill Exp $
 #	@(#)Makefile	8.1 (Berkeley) 6/12/93
 
 PROG=	adventure
 SRCS=	main.c init.c done.c save.c subr.c vocab.c wizard.c io.c data.c crc.c
 MAN=	adventure.6
 HIDEGAME=hidegame
-CLEANFILES+=setup setup.lo data.c
+CLEANFILES+=mkdata setup.lo data.c
 
-data.c: glorkz setup
+data.c: glorkz mkdata
 	${_MKTARGET_CREATE}
-	./setup ${.CURDIR}/glorkz > data.c
+	./mkdata ${.CURDIR}/glorkz > data.c
 
 setup.lo: hdr.h
-setup: setup.lo
+mkdata: setup.lo
 	${_MKTARGET_LINK}
 	${HOST_LINK.c} -o ${.TARGET} ${.ALLSRC}
 

Reply via email to