]> granicus.if.org Git - flex/commit
test: remove BUILT_SOURCES; add missing dependencies.
authorExplorer09 <explorer09@gmail.com>
Sat, 31 Dec 2016 07:12:29 +0000 (15:12 +0800)
committerWill Estes <westes575@gmail.com>
Tue, 24 Jan 2017 16:53:46 +0000 (11:53 -0500)
commitafc687f586d06b00379c3d0ce31244fe893456ed
treecc4c1fb9b91d6dd1c044b69190f3d911c5c56fd4
parent9c54eb6e30459e74a4de37822b497b0b3dc73995
test: remove BUILT_SOURCES; add missing dependencies.

Without BUILT_SOURCES in Makefile, no test sources in tests/ will be
built when using the default "make all" target. This is desireable for
people who are just building flex but who do not want to run, and
therefore, build any part of the test suite.

Also fix missing sources dependencies:

    bison_nr_scanner.$(OBJEXT): bison_nr_parser.h
    bison_yylloc_scanner.$(OBJEXT): bison_yylloc_parser.h
    bison_yylval_scanner.$(OBJEXT): bison_yylval_parser.h
tests/Makefile.am