summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config
diff options
context:
space:
mode:
authorespie <espie@openbsd.org>2017-07-09 14:04:50 +0000
committerespie <espie@openbsd.org>2017-07-09 14:04:50 +0000
commitb32aa918827a9305f276d569cc740a2d6df0c830 (patch)
tree97378dad1ba110b5da81909b52f8013efbd673a2 /usr.sbin/config
parentWhitespace tweaks to assuage auto-indent. (diff)
downloadwireguard-openbsd-b32aa918827a9305f276d569cc740a2d6df0c830.tar.xz
wireguard-openbsd-b32aa918827a9305f276d569cc740a2d6df0c830.zip
have bsd.prog.mk/bsd.lib.mk generate .y -> .c/.h rules without intermediate
files. This fixes up parallel builds in the default case. FreeBSD does something similar. okay millert@
Diffstat (limited to 'usr.sbin/config')
-rw-r--r--usr.sbin/config/scan.l4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/config/scan.l b/usr.sbin/config/scan.l
index 0ccd743f8d4..6768b7c0d5a 100644
--- a/usr.sbin/config/scan.l
+++ b/usr.sbin/config/scan.l
@@ -1,5 +1,5 @@
%{
-/* $OpenBSD: scan.l,v 1.23 2015/11/19 19:48:27 tedu Exp $ */
+/* $OpenBSD: scan.l,v 1.24 2017/07/09 14:04:50 espie Exp $ */
/* $NetBSD: scan.l,v 1.13 1997/02/02 21:12:37 thorpej Exp $ */
/*
@@ -48,7 +48,7 @@
#include <string.h>
#include <unistd.h>
#include "config.h"
-#include "y.tab.h"
+#include "gram.h"
int yyline;
const char *yyfile;