summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorExplorer09 <explorer09@gmail.com>2017-01-01 15:41:29 +0800
committerWill Estes <westes575@gmail.com>2017-01-24 12:07:06 -0500
commita2fccbe579622bd3f4eb301040978f1f47bb70f1 (patch)
tree270c4d2cd171d85152a56d7152b82e7afaee172e /configure.ac
parente8cb34ed48f2b0e52b65e78360f9012db664be2f (diff)
build: fix Makefile parse.h dependency clauses.
The current clauses stating "main.c: parse.h" and "yylex.c: parse.h" do not work as expected. Make did not try to build parse.h upon building flex-main.o as it would think main.c exist already and ignore the clause. Fix this by explicitly stating that the .o files depend on parse.h instead. This dependency bug only happens if user builds flex from a checked-out repository.
Diffstat (limited to 'configure.ac')
0 files changed, 0 insertions, 0 deletions