summaryrefslogtreecommitdiffstats
path: root/usr.bin/mklocale
diff options
context:
space:
mode:
authorespie <espie@openbsd.org>2017-07-03 15:17:11 +0000
committerespie <espie@openbsd.org>2017-07-03 15:17:11 +0000
commitfc41f2ecaa09a93a75aefee23d056eb0e14e217f (patch)
tree8aa4feb7badda90359d62123a5c6300bb4d0a090 /usr.bin/mklocale
parentre-add dependencies from SRCS to corresponding OBJS. (diff)
downloadwireguard-openbsd-fc41f2ecaa09a93a75aefee23d056eb0e14e217f.tar.xz
wireguard-openbsd-fc41f2ecaa09a93a75aefee23d056eb0e14e217f.zip
allows working without depends, as discovered and discussed with drahn@
okay drahn@
Diffstat (limited to 'usr.bin/mklocale')
-rw-r--r--usr.bin/mklocale/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/mklocale/Makefile b/usr.bin/mklocale/Makefile
index a960bc5f259..78d6df5d83f 100644
--- a/usr.bin/mklocale/Makefile
+++ b/usr.bin/mklocale/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 2009/08/08 19:37:14 sobrado Exp $
+# $OpenBSD: Makefile,v 1.3 2017/07/03 15:17:11 espie Exp $
# $NetBSD: Makefile,v 1.11 2003/08/01 17:04:04 lukem Exp $
.include <bsd.own.mk>
@@ -11,6 +11,7 @@ YHEADER= 1
yacc.c yacc.h: yacc.y
${YACC} -d ${.ALLSRC} && mv y.tab.c yacc.c && mv y.tab.h yacc.h
+lex.o: yacc.h
CLEANFILES+= yacc.c yacc.h
.include <bsd.prog.mk>