diff options
author | Andrei Pavel <andrei@isc.org> | 2020-10-12 23:14:17 +0200 |
---|---|---|
committer | Andrei Pavel <andrei@isc.org> | 2020-10-30 15:46:29 +0100 |
commit | b56fd839288dff3b4673eff0dd897d5c502cd77d (patch) | |
tree | 79a736a1690cf31f15aabcbcb55412e3caf08027 /src/lib/eval/Makefile.am | |
parent | [#1496] add missing spaces, remove spurious spaces (diff) | |
download | kea-b56fd839288dff3b4673eff0dd897d5c502cd77d.tar.xz kea-b56fd839288dff3b4673eff0dd897d5c502cd77d.zip |
[#1467] Fix Makefile parser generation race
Diffstat (limited to 'src/lib/eval/Makefile.am')
-rw-r--r-- | src/lib/eval/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/eval/Makefile.am b/src/lib/eval/Makefile.am index c7219ce592..8b9e94b58d 100644 --- a/src/lib/eval/Makefile.am +++ b/src/lib/eval/Makefile.am @@ -99,6 +99,9 @@ parser-clean: if GENERATE_PARSER +# Generate parser first. +all-recursive: lexer.cc location.hh position.hh stack.hh parser.cc parser.h + parser: lexer.cc location.hh position.hh stack.hh parser.cc parser.h @echo "Flex/bison files regenerated" |