Fix FTBFS for build out of source
#4
Merged
SlavekB
merged 3 commits from issue/3/fix-ftbfs-for-build-out-of-source
into master
3 years ago
Loading…
Reference in New Issue
There is no content yet.
Delete Branch 'issue/3/fix-ftbfs-for-build-out-of-source'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Several problems are solved here:
*.c
files are generated for lexer or parser – thank you Michele for your patch.parser.c
, it is also appropriate to generateparser.h
to make these files consistent. Therefore, the default make rule is not sufficient, but explicit rule is needed.parser.h
andparser.c
contained in the source tree. If the newparser.h
has been automatically generated, it caused FTBFS in the lexer.Looks good
c1d6f4a527
into master 3 years agoReviewers
c1d6f4a527
.