summaryrefslogtreecommitdiffstats
path: root/hack/Makefile
diff options
context:
space:
mode:
authormycroft <mycroft@NetBSD.org>1993-08-06 16:24:29 +0000
committermycroft <mycroft@NetBSD.org>1993-08-06 16:24:29 +0000
commit6aff9538a824ff4d0e25b1e6d6e518e1ab33c7ee (patch)
tree35618d066ce9e764674db5b08953292b77c21cad /hack/Makefile
parentd84b6d9232275baf797dca8685fac3d62da98996 (diff)
downloadbsdgames-darwin-6aff9538a824ff4d0e25b1e6d6e518e1ab33c7ee.tar.gz
bsdgames-darwin-6aff9538a824ff4d0e25b1e6d6e518e1ab33c7ee.tar.zst
bsdgames-darwin-6aff9538a824ff4d0e25b1e6d6e518e1ab33c7ee.zip
Use `./makedefs'.
Diffstat (limited to 'hack/Makefile')
-rw-r--r--hack/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/hack/Makefile b/hack/Makefile
index 273bd545..8228b7d8 100644
--- a/hack/Makefile
+++ b/hack/Makefile
@@ -1,5 +1,5 @@
# from: @(#)Makefile 5.10 (Berkeley) 12/8/90
-# $Id: Makefile,v 1.5 1993/08/04 18:59:50 mycroft Exp $
+# $Id: Makefile,v 1.6 1993/08/06 16:24:29 mycroft Exp $
PROG= hack
SRCS+= hack.onames.h
@@ -21,7 +21,7 @@ HIDEGAME=hidegame
CLEANFILES+=hack.onames.h
hack.onames.h: makedefs def.objects.h
- makedefs ${.CURDIR}/def.objects.h > hack.onames.h
+ ./makedefs ${.CURDIR}/def.objects.h > hack.onames.h
makedefs: makedefs.c
${CC} ${CFLAGS} ${LDFLAGS} -o ${.TARGET} ${.CURDIR}/${.PREFIX}.c