diff options
-rw-r--r-- | games/hack/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/hack/Makefile b/games/hack/Makefile index 77ca9a39272..8eddaabff66 100644 --- a/games/hack/Makefile +++ b/games/hack/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.14 2015/11/24 03:10:10 deraadt Exp $ +# $OpenBSD: Makefile,v 1.15 2017/07/01 14:37:25 espie Exp $ PROG= hack CFLAGS+=-I. @@ -19,7 +19,7 @@ DPADD+= ${LIBCURSES} LDADD+= -lcurses CLEANFILES+=hack.onames.h makedefs -${PROG}: hack.onames.h +BUILDFIRST = hack.onames.h hack.onames.h: makedefs def.objects.h ${.OBJDIR}/makedefs ${.CURDIR}/def.objects.h > hack.onames.h |