mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-17 08:13:02 +00:00
build: ship all the files, even if the C++ compiler is broken
* examples/calc++/local.mk: Be sure to ship calc++.test even if the current C++ compiler is not sufficient to run the tests.
This commit is contained in:
@@ -71,4 +71,6 @@ nodist_examples_calc___calc___SOURCES = \
|
|||||||
examples_calc___calc___CPPFLAGS = -I$(top_builddir)/examples/calc++
|
examples_calc___calc___CPPFLAGS = -I$(top_builddir)/examples/calc++
|
||||||
examples_calc___calc___CXXFLAGS = $(AM_CXXFLAGS) $(FLEX_SCANNER_CXXFLAGS)
|
examples_calc___calc___CXXFLAGS = $(AM_CXXFLAGS) $(FLEX_SCANNER_CXXFLAGS)
|
||||||
dist_TESTS += examples/calc++/calc++.test
|
dist_TESTS += examples/calc++/calc++.test
|
||||||
|
else
|
||||||
|
EXTRA_DIST += examples/calc++/calc++.test
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user