From: Akim Demaille Date: Tue, 11 Jun 2013 13:26:48 +0000 (+0200) Subject: build: ship all the files, even if the C++ compiler is broken X-Git-Tag: v2.7.91~8 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/0fcc2e9a740785bc2aade5199f979832ebd74fdf 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. --- diff --git a/examples/calc++/local.mk b/examples/calc++/local.mk index b260001a..d1d43a04 100644 --- a/examples/calc++/local.mk +++ b/examples/calc++/local.mk @@ -71,4 +71,6 @@ nodist_examples_calc___calc___SOURCES = \ examples_calc___calc___CPPFLAGS = -I$(top_builddir)/examples/calc++ examples_calc___calc___CXXFLAGS = $(AM_CXXFLAGS) $(FLEX_SCANNER_CXXFLAGS) dist_TESTS += examples/calc++/calc++.test +else +EXTRA_DIST += examples/calc++/calc++.test endif