Skip to content

Commit

Permalink
Fix Cygwin/Lemon build
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkerl committed Aug 3, 2020
1 parent d16d8ba commit 7b6bdf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion c/parsing/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ EXTRA_DIST= lempar.c mlr_dsl_lexer.l mlr_dsl_parse.y

mlr_dsl_wrapper.c: mlr_dsl_lexer.h
mlr_dsl_parse.h: mlr_dsl_parse.c
mlr_dsl_parse.c: mlr_dsl_parse.y lempar.c lemon
mlr_dsl_parse.c: mlr_dsl_parse.y lempar.c lemon${EXEEXT}
./lemon -s mlr_dsl_parse.y
# lemon does not re-generate the file if it exists and is the same
# this causes problems with the dependency above
Expand Down
2 changes: 1 addition & 1 deletion c/parsing/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,7 @@ uninstall-am:

mlr_dsl_wrapper.c: mlr_dsl_lexer.h
mlr_dsl_parse.h: mlr_dsl_parse.c
mlr_dsl_parse.c: mlr_dsl_parse.y lempar.c lemon
mlr_dsl_parse.c: mlr_dsl_parse.y lempar.c lemon${EXEEXT}
./lemon -s mlr_dsl_parse.y
# lemon does not re-generate the file if it exists and is the same
# this causes problems with the dependency above
Expand Down

0 comments on commit 7b6bdf0

Please sign in to comment.