summaryrefslogtreecommitdiffstats
path: root/hack/Makefile
diff options
context:
space:
mode:
authormycroft <mycroft@NetBSD.org>1993-08-14 22:21:45 +0000
committermycroft <mycroft@NetBSD.org>1993-08-14 22:21:45 +0000
commit01f3d67ec46abd412d18c7a6f3e248f7c3cfe330 (patch)
tree57ff9b9c3545c077ae9af76324d10c6c615ada20 /hack/Makefile
parentb8c4423077142f986300730dda23b325a61076c9 (diff)
downloadbsdgames-darwin-01f3d67ec46abd412d18c7a6f3e248f7c3cfe330.tar.gz
bsdgames-darwin-01f3d67ec46abd412d18c7a6f3e248f7c3cfe330.tar.zst
bsdgames-darwin-01f3d67ec46abd412d18c7a6f3e248f7c3cfe330.zip
Make hack.onames.h be built first.
Diffstat (limited to 'hack/Makefile')
-rw-r--r--hack/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/hack/Makefile b/hack/Makefile
index a96ead78..4093a515 100644
--- a/hack/Makefile
+++ b/hack/Makefile
@@ -1,5 +1,5 @@
# from: @(#)Makefile 5.10 (Berkeley) 12/8/90
-# $Id: Makefile,v 1.8 1993/08/10 02:53:17 mycroft Exp $
+# $Id: Makefile,v 1.9 1993/08/14 22:21:45 mycroft Exp $
PROG= hack
CFLAGS+=-I.
@@ -21,6 +21,8 @@ LDADD+= -ltermcap
HIDEGAME=hidegame
CLEANFILES+=hack.onames.h makedefs
+${PROG}: hack.onames.h
+
hack.onames.h: makedefs def.objects.h
./makedefs ${.CURDIR}/def.objects.h > hack.onames.h