aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.build
diff options
context:
space:
mode:
authorGravatar msozeau <msozeau@85f007b7-540e-0410-9357-904b9bb8a0f7>2012-08-22 13:24:44 +0000
committerGravatar msozeau <msozeau@85f007b7-540e-0410-9357-904b9bb8a0f7>2012-08-22 13:24:44 +0000
commitf4d8159fc0078b8cb2a8a666830f7e9983818ece (patch)
tree8cc5d9e151190b99a61ec3582f13c318393ba369 /Makefile.build
parentf8fae1c1fe31aef3289e6834ebb5662d5198fdb6 (diff)
Do not forget to build the unicode libraries, necessary to compile and launch coqtop in utf mode.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15743 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'Makefile.build')
-rw-r--r--Makefile.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.build b/Makefile.build
index e6cba45ef..4fa0438fa 100644
--- a/Makefile.build
+++ b/Makefile.build
@@ -426,8 +426,8 @@ program: $(PROGRAMVO)
structures: $(STRUCTURESVO)
vectors: $(VECTORSVO)
-noreal: logic arith bool zarith qarith lists sets fsets relations \
- wellfounded setoids sorting
+noreal: unicode logic arith bool zarith qarith lists sets fsets \
+ relations wellfounded setoids sorting
###########################################################################
# 3) plugins