summaryrefslogtreecommitdiff
path: root/src/expr/Makefile.am
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2010-03-15 21:10:29 +0000
committerMorgan Deters <mdeters@gmail.com>2010-03-15 21:10:29 +0000
commit12ad4cf2de936acbf8c21117804c69b2deaa7272 (patch)
tree39280aebed0a299b080512d1c26d1adad827fcc7 /src/expr/Makefile.am
parentbb21cdc3a551fa46b5e77345bb5cbcb55cba2fa6 (diff)
This checkin resolves bug #57.
* CVC4::theory::Interrupted no longer derives CVC4::Exception. * Interrupted is only thrown if "safe" parameter is TRUE ! * UF returns one conflict (instead of waiting for Interrupted to be thrown). * Minor build system work (quieter builds if V=0, better handling of build profiles in configure)
Diffstat (limited to 'src/expr/Makefile.am')
-rw-r--r--src/expr/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/expr/Makefile.am b/src/expr/Makefile.am
index 6d041814f..0b6dbed4b 100644
--- a/src/expr/Makefile.am
+++ b/src/expr/Makefile.am
@@ -33,7 +33,7 @@ EXTRA_DIST = \
kind_epilogue.h
@srcdir@/kind.h: mkkind kind_prologue.h kind_middle.h kind_epilogue.h builtin_kinds @top_srcdir@/src/theory/Makefile.in @top_srcdir@/src/theory/*/kinds
- chmod +x @srcdir@/mkkind
+ $(AM_V_at)chmod +x @srcdir@/mkkind
$(AM_V_GEN)(@srcdir@/mkkind \
@srcdir@/kind_prologue.h \
@srcdir@/kind_middle.h \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback