Skip to content

Commit

Permalink
Makefile.am: fix autogenerated header paths used by make bootstrap.
Browse files Browse the repository at this point in the history
This is a fix for #498.
  • Loading branch information
skvadrik committed Nov 4, 2024
1 parent 59bec48 commit 0dfc64d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,9 @@ re2c_GEN_SRC = \
src/parse/conf_lexer.cc \
src/parse/conf_parser.cc
re2c_GEN_HDR = \
src/options/parser.h \
src/options/conf_parser.h \
src/options/syntax_parser.h \
src/parse/lex.h
src/parse/parser.h \
src/parse/conf_parser.h \
src/parse/lexer.h
re2c_GEN = \
$(re2c_GEN_SRC) \
$(re2c_GEN_HDR)
Expand Down

0 comments on commit 0dfc64d

Please sign in to comment.