]> git.saurik.com Git - bison.git/commitdiff
build: ship all the files, even if the C++ compiler is broken
authorAkim Demaille <akim@lrde.epita.fr>
Tue, 11 Jun 2013 13:26:48 +0000 (15:26 +0200)
committerAkim Demaille <akim@lrde.epita.fr>
Tue, 11 Jun 2013 14:36:38 +0000 (16:36 +0200)
* examples/calc++/local.mk: Be sure to ship calc++.test even if
the current C++ compiler is not sufficient to run the tests.

examples/calc++/local.mk

index b260001a0a7d4adabaf7da361dffb608416db535..d1d43a04203e4572f9352faabd8ab025715bc31b 100644 (file)
@@ -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