summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2009-12-08 10:10:20 +0000
committerMorgan Deters <mdeters@gmail.com>2009-12-08 10:10:20 +0000
commit2163539a8b839acf98bda0e1a65f1fcca5232fb2 (patch)
tree207a09896626f678172ec774459defa6690b0200 /configure.ac
parentabe5fb451ae66a4bedc88d870e99f76de4eb323c (diff)
work on propositional layer, expression builder support for large expressions, output classes, and minisat
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 8f844f75d..f8e789ab8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -101,7 +101,7 @@ elif test -e src/include/cvc4_config.h; then
echo Setting up "builds/$target/$build_type"...
rm -fv config.log config.status confdefs.h
mkdir -pv "builds/$target/$build_type"
- test -e builds/Makefile || ln -sfv "$target/$build_type/Makefile.builds" builds/Makefile
+ ln -sfv "$target/$build_type/Makefile.builds" builds/Makefile
echo Creating builds/current...
(echo "# This is the most-recently-configured CVC4 build"; \
echo "# 'make' in the top-level source directory applies to this build"; \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback