summaryrefslogtreecommitdiffstats
path: root/adventure
diff options
context:
space:
mode:
authorthorpej <thorpej@NetBSD.org>2002-03-05 21:28:12 +0000
committerthorpej <thorpej@NetBSD.org>2002-03-05 21:28:12 +0000
commit1bbbe7f9aaa42dd34213d74e18151ad832beb8fb (patch)
tree9addea9c9711a93fdac1f501f7e1388d31dfa0d2 /adventure
parentcabe7ad7ce7fbb2babd1cd906381ec917b5e4a07 (diff)
downloadbsdgames-darwin-1bbbe7f9aaa42dd34213d74e18151ad832beb8fb.tar.gz
bsdgames-darwin-1bbbe7f9aaa42dd34213d74e18151ad832beb8fb.tar.zst
bsdgames-darwin-1bbbe7f9aaa42dd34213d74e18151ad832beb8fb.zip
No need to reference .OBJDIR here.
Diffstat (limited to 'adventure')
-rw-r--r--adventure/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/adventure/Makefile b/adventure/Makefile
index dda16efa..adc23f3a 100644
--- a/adventure/Makefile
+++ b/adventure/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2000/04/24 15:15:05 pk Exp $
+# $NetBSD: Makefile,v 1.9 2002/03/05 21:28:12 thorpej Exp $
# @(#)Makefile 8.1 (Berkeley) 6/12/93
PROG= adventure
@@ -8,7 +8,7 @@ HIDEGAME=hidegame
CLEANFILES+=setup data.c
data.c: glorkz setup
- ${.OBJDIR}/setup ${.CURDIR}/glorkz > data.c
+ ./setup ${.CURDIR}/glorkz > data.c
setup: setup.c hdr.h
${HOST_LINK.c} -o setup ${.CURDIR}/setup.c