summaryrefslogtreecommitdiff
path: root/lib/defun_lex.l
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2017-05-24 17:48:12 +0200
committerDavid Lamparter <equinox@opensourcerouting.org>2017-07-31 23:03:27 +0200
commit4a121f99f762258b4382b8a68f28094849fc3dfa (patch)
tree01d04eb73e8ad166bd474a65b30ec44507616bd6 /lib/defun_lex.l
parent84d5286a9f0e66a6f8264a33818ec173db5ceee7 (diff)
build: convert lib/ to non-recursive build
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'lib/defun_lex.l')
-rw-r--r--lib/defun_lex.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/defun_lex.l b/lib/defun_lex.l
index 8aa37a62a2..024445be63 100644
--- a/lib/defun_lex.l
+++ b/lib/defun_lex.l
@@ -85,7 +85,7 @@ SPECIAL [(),]
%option noyywrap
%option noinput
%option nounput
-%option outfile="defun_lex.c"
+%option outfile="lib/defun_lex.c"
%option prefix="def_yy"
%option 8bit