From: espie Date: Mon, 3 Jul 2017 15:17:11 +0000 (+0000) Subject: allows working without depends, as discovered and discussed with drahn@ X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=fc41f2ecaa09a93a75aefee23d056eb0e14e217f;p=openbsd allows working without depends, as discovered and discussed with drahn@ okay drahn@ --- 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 @@ -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