summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkim Demaille <akim@lrde.epita.fr>2013-06-11 15:26:48 +0200
committerAkim Demaille <akim@lrde.epita.fr>2013-06-11 16:36:38 +0200
commit0fcc2e9a740785bc2aade5199f979832ebd74fdf (patch)
tree4e00ab0fc93418e0dc2c3c044b4621f166b5c7db
parent94a6225578b43a47bf7b6ce139aeb59380c33302 (diff)
downloadbison-0fcc2e9a740785bc2aade5199f979832ebd74fdf.tar.gz
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.
-rw-r--r--examples/calc++/local.mk2
1 files changed, 2 insertions, 0 deletions
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