bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 01/10] build: ship all the files, even if the C++ compiler is bro


From: Akim Demaille
Subject: [PATCH 01/10] build: ship all the files, even if the C++ compiler is broken
Date: Mon, 24 Jun 2013 10:49:58 +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 | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/examples/calc++/local.mk b/examples/calc++/local.mk
index b260001..d1d43a0 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
-- 
1.8.2.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]